Commit 276dfcd1 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本编写

parent 3e3ea1d5
......@@ -175,7 +175,8 @@ def check_accept_order(type=1):
while True:
result = commonFuc().http_post(url, request_body, headers)
code = commonFuc().analysis_json('code', result)
if code > 0:
print(code)
if code ==100:
break
else:
print('设置产品合格出现问题')
......
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