Commit d067bf09 authored by liguangyu06's avatar liguangyu06
Browse files

用例优化

parent bd40d9ea
......@@ -36,7 +36,7 @@ request_body = commonFuc().get_business_data(module, "payload7", manufacturer)
# 发送请求
result = requests.post(url, json=request_body, headers=headers)
result = json.loads(result.content)
# print(result)
print(result)
# 获取查询结果中厂家信息
result = {"data": result["data"][0][0]}
# 获取预期结果
......
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