Commit 93c9f9d9 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 71c0ed7d
......@@ -38,6 +38,7 @@ for i in result["data"]["list"]:
# print(data)
# 生成随机数
company_ramdom = random.randint(0, len(data) - 1)
company_ramdom = 1
# 获取经销商信息
userNo = data[company_ramdom]["userNo"]
......
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