Commit da7d6ecb authored by liguangyu06's avatar liguangyu06
Browse files

优化

1 merge request!6Master|代码更新归档
Showing with 1 addition and 1 deletion
+1 -1
...@@ -21,7 +21,7 @@ password = commonFuc().get_business_data(module, "password") ...@@ -21,7 +21,7 @@ password = commonFuc().get_business_data(module, "password")
cmdc_access_token = CmdcMaiiLogin(username, password).get_token() 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)
# 第二步加入购物车 # 第二步获取套包信息
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url30") url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url30")
request_body = commonFuc().get_business_data(module, "payload30") request_body = commonFuc().get_business_data(module, "payload30")
......
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