Commit c4da95fd authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本编写

parent dd59a427
......@@ -174,6 +174,7 @@ def check_accept_order(type=1):
while True:
result = commonFuc().http_post(url, request_body, headers)
print('result', result)
code = commonFuc().analysis_json('code', result)
print(code)
if code ==100:
......@@ -181,7 +182,7 @@ def check_accept_order(type=1):
else:
print('设置产品合格出现问题')
continue
print('result', result)
# ========设置验收全部合格
# =============提交验收单========================
url = commonFuc().get_api_add_port_url() + commonFuc().get_business_data(module, "check_submit_url")
......
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