Commit 053555a4 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent f1d8b210
...@@ -23,7 +23,7 @@ cmdc_access_token = CmdcMaiiLogin(username, password).get_token() ...@@ -23,7 +23,7 @@ cmdc_access_token = CmdcMaiiLogin(username, password).get_token()
headers = commonFuc().get_business_data(module, "json_headers1", cmdc_access_token) headers = commonFuc().get_business_data(module, "json_headers1", cmdc_access_token)
# 生成随机数据 # 生成随机数据
random_code = random.randint(0, 7) random_code = random.randint(0, 3)
# 第二步进行规格型号模糊匹配查询 # 第二步进行规格型号模糊匹配查询
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url10") url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url10")
......
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