Commit d406e218 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent bf29c650
......@@ -22,7 +22,7 @@ cmdc_access_token = CmdcDoLogin(username, password).get_token()
headers = commonFuc().get_business_data(module, "json_headers", cmdc_access_token)
# 模糊查询字段
customer_msg = "广州"
customer_msg = "国药"
# 进行客户信息模糊查询
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url15")
request_body = commonFuc().get_business_data(module, "payload15", customer_msg)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment