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
d406e218
Commit
d406e218
authored
Apr 01, 2024
by
liguangyu06
Browse files
优化
parent
bf29c650
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_product/模糊查询客户信息.air/模糊查询客户信息.py
View file @
d406e218
...
...
@@ -22,7 +22,7 @@ cmdc_access_token = CmdcDoLogin(username, password).get_token()
headers
=
commonFuc
().
get_business_data
(
module
,
"json_headers"
,
cmdc_access_token
)
# 模糊查询字段
customer_msg
=
"
广州
"
customer_msg
=
"
国药
"
# 进行客户信息模糊查询
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url15"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload15"
,
customer_msg
)
...
...
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