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
3483ec64
Commit
3483ec64
authored
Feb 06, 2024
by
liguangyu06
Browse files
优化
parent
84116ed7
Changes
6
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_order_list/获取收货地址列表_代客下单.air/获取收货地址列表_代客下单.py
View file @
3483ec64
...
...
@@ -67,6 +67,7 @@ if result["data"]:
# 查询数据库中对应的用户的默认地址
sql
=
"SELECT count(t.addressId) FROM `cmdc-user`.cmdc_user_address t "
\
"WHERE userId = {} and companyId = {} and deleteSign = 0"
.
format
(
user_id
,
company_id
)
print
(
sql
)
total
=
mysql_handle
.
selectSql
(
host
,
port
,
user
,
pwd
,
"cmdc-user"
,
sql
)[
0
][
0
]
# 获取预期结果
...
...
data/cmdc_31st/data
View file @
3483ec64
...
...
@@ -19,7 +19,7 @@
"password4": "Aa123456"
"username1_be": "admin2"
"password1_be": "Aa123456"
"password1_be": "
@
Aa123456"
"username1_be1": "admin1"
"password1_be1": "Aa123456"
...
...
data/cmdc_32st/data
View file @
3483ec64
...
...
@@ -26,7 +26,7 @@
"password2": "Aa123456"
"username1_be": "admin2"
"password1_be": "Aa123456"
"password1_be": "
@
Aa123456"
"username1_be1": "admin1"
"password1_be1": "Aa123456"
...
...
data/cmdc_coupon/data
View file @
3483ec64
...
...
@@ -90,7 +90,7 @@ checkDict_collect_coupon4: {"success":false,"code":"500","message":"该券已抢
#后台运营管理系统登录信息(北京公司)
"username3": "Admin2"
"password3": "Aa123456"
"password3": "
@
Aa123456"
#多采商城登录信息
"username4": "BJ1137933"
"password4": "Aa123456"
...
...
data/cmdc_demand/data
View file @
3483ec64
...
...
@@ -12,7 +12,7 @@
#后台运营管理系统登录信息(北京)
"username4": "admin2"
"password4": "Aa123456"
"password4": "
@
Aa123456"
#后台管理系统headers
json_headers: {
...
...
data/cmdc_demand_audit/data
View file @
3483ec64
...
...
@@ -2,7 +2,7 @@
#步骤一登录后台管理系统
#后台运营管理系统登录信息
"username": "admin2"
"password": "Aa123456"
"password": "
@
Aa123456"
json_headers: {
"Content-Type": "application/json",
...
...
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