Commit 045cb578 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent ce16cf50
...@@ -62,7 +62,7 @@ excel.write_data(row=3, column=4, value=product_num) ...@@ -62,7 +62,7 @@ excel.write_data(row=3, column=4, value=product_num)
# 第二步批量新增套包 # 第二步批量新增套包
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url18") url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url18")
print(url)
request_body = commonFuc().get_business_data(module, "payload18") request_body = commonFuc().get_business_data(module, "payload18")
# 获取文件 # 获取文件
......
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