Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
b042ca07
Commit
b042ca07
authored
Feb 26, 2024
by
liguangyu06
Browse files
优化
parent
d0ef0559
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_order_list/获取收货地址列表_代客下单.air/获取收货地址列表_代客下单.py
View file @
b042ca07
...
@@ -32,7 +32,7 @@ result = json.loads(result.content)
...
@@ -32,7 +32,7 @@ result = json.loads(result.content)
# 生成随机数
# 生成随机数
customer_random
=
random
.
randint
(
0
,
len
(
result
[
"data"
][
"list"
])
-
1
)
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"
company_id
=
"7"
# 第三步获取收货地址列表
# 第三步获取收货地址列表
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment