Commit b99655b2 authored by liguangyu06's avatar liguangyu06
Browse files

用例优化

parent 053cc74d
......@@ -43,6 +43,7 @@ result = json.loads(result.content)
# print(result)
# 生成随机数
report_random = random.randint(0, len(result["data"]["list"]) - 1)
report_random = 0
# 获取上报植入信息
reportId = result["data"]["list"][report_random]["reportId"]
batchNumber = result["data"]["list"][report_random]["batchNumber"]
......
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