Commit acfe1963 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 781127c2
...@@ -56,7 +56,7 @@ api_time = float(result.elapsed.total_seconds()) ...@@ -56,7 +56,7 @@ api_time = float(result.elapsed.total_seconds())
result = json.loads(result.content) result = json.loads(result.content)
result["api_time"] = api_time result["api_time"] = api_time
if result["success"]: if result["message"] == "请勿重复添加":
# 获取预期结果 # 获取预期结果
check_dict = commonFuc().get_business_data(module, "checkDict36") check_dict = commonFuc().get_business_data(module, "checkDict36")
# print(check_dict) # 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