|
|
@@ -30,15 +30,15 @@ import requests
|
|
|
# print(resp.text)
|
|
|
|
|
|
# ----------------------------------------------------------------------------------------------------------------------
|
|
|
-url = "http://127.0.0.1:8001/api/store/contracts/detail/d43a18e1e9164a7d8dab4ca5c49d9960"
|
|
|
-# url = "http://120.26.186.130:33333/api/store/contracts/detail/aea4124ac4614936b8625fedb64bac47"
|
|
|
-"""
|
|
|
-商家点击到某个具体的合同 向这个接口发送请求
|
|
|
-由于e签宝提供的合同模板URL会过期,所以会再次携带flow_id 向e签宝发起请求刷新新的URL
|
|
|
-下载URL同理
|
|
|
-"""
|
|
|
-resp = requests.get(url)
|
|
|
-print(resp.text)
|
|
|
+# url = "http://127.0.0.1:8001/api/store/contracts/detail/"
|
|
|
+# url = "http://120.26.186.130:33333/api/store/contracts/detail/d43a18e1e9164a7d8dab4ca5c49d9960"
|
|
|
+# """
|
|
|
+# 商家点击到某个具体的合同 向这个接口发送请求
|
|
|
+# 由于e签宝提供的合同模板URL会过期,所以会再次携带flow_id 向e签宝发起请求刷新新的URL
|
|
|
+# 下载URL同理
|
|
|
+# """
|
|
|
+# resp = requests.get(url)
|
|
|
+# print(resp.text)
|
|
|
|
|
|
# ----------------------------------------------------------------------------------------------------------------------
|
|
|
# url = "http://127.0.0.1:8001/api/store/esign/signurl"
|