Sfoglia il codice sorgente

增加AI审核验证时的校验信息详情日志

mengqiankang 2 mesi fa
parent
commit
6c5fea0bdb
2 ha cambiato i file con 15 aggiunte e 15 eliminazioni
  1. 1 1
      common/esigntool/main.py
  2. 14 14
      test.py

+ 1 - 1
common/esigntool/main.py

@@ -106,7 +106,7 @@ def get_contract_detail(file_id):
     print(resp.text)
     return resp.text
 
-get_contract_detail("f0371b4ae7c64c8ca16be3bf031d1d6e")
+# get_contract_detail("f0371b4ae7c64c8ca16be3bf031d1d6e")
 # def create_by_file(file_id, file_name,  contact_phone, merchant_name):
 #     """基于文件发起签署"""
 #     api_path = "/v3/sign-flow/create-by-file"

+ 14 - 14
test.py

@@ -58,17 +58,17 @@ import requests
 
 #-----------------------------------------------------------------------------------------------------------------------
 # url = "http://127.0.0.1:8001/api/store/get_all_templates"
-url = "http://120.26.186.130:33333/api/store/get_all_templates"
-params = {
-    "page": 1, # 页码 默认1
-    "page_size": 10, # 每页条数 默认10
-    "store": "", # 店铺名称(模糊查询)
-    "merchant_name": "", # 商家名称(模糊查询)
-    "signing_status": "", # 签署状态
-    "business_segment": "", # 经营板块
-    "store_status": "", # 店铺状态:正常/禁用
-    "expiry_start": "", # 到期时间起
-    "expiry_end": "" # 到期时间止
-}
-resp = requests.get(url)
-print(resp.text)
+# url = "http://120.26.186.130:33333/api/store/get_all_templates"
+# params = {
+#     "page": 1, # 页码 默认1
+#     "page_size": 10, # 每页条数 默认10
+#     "store": "", # 店铺名称(模糊查询)
+#     "merchant_name": "", # 商家名称(模糊查询)
+#     "signing_status": "", # 签署状态
+#     "business_segment": "", # 经营板块
+#     "store_status": "", # 店铺状态:正常/禁用
+#     "expiry_start": "", # 到期时间起
+#     "expiry_end": "" # 到期时间止
+# }
+# resp = requests.get(url)
+# print(resp.text)