Commit b042ca07 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent d0ef0559
......@@ -32,7 +32,7 @@ result = json.loads(result.content)
# 生成随机数
customer_random = random.randint(0, len(result["data"]["list"]) - 1)
# 获取客户信息
user_id = result["data"]["list"][customer_random]["userId"]
user_id = result["data"]["list"][1]["userId"]
company_id = "7"
# 第三步获取收货地址列表
......
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