|
|
@@ -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)
|