Commit 02cded84 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent f665b36b
......@@ -43,7 +43,7 @@ files = {"file": file}
# 发送请求
result = requests.post(url, files=files, headers=headers)
result = json.loads(result.content)
# print(result)
# 获取预期结果
check_dict = commonFuc().get_business_data(module, "checkDict28")
# print(check_dict)
......
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