Commit 592f89e1 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 3c0be884
......@@ -53,7 +53,7 @@ result = requests.get(url, params=request_body, headers=headers)
# 获取接口响应时间
api_time = float(result.elapsed.total_seconds())
result = json.loads(result.content)
# print(result)
print(result)
for i in result["data"]:
# 商品可能存在于多个套包,循环找到对应的套包验证
if i["groupCode1"] == group_code:
......
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