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
8bd44a4f
Commit
8bd44a4f
authored
Jan 08, 2024
by
liguangyu06
Browse files
优化
parent
4f834322
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_product/查看雅培商品折扣规则批量导入日志.air/查看雅培商品折扣规则批量导入日志.py
View file @
8bd44a4f
...
...
@@ -30,7 +30,6 @@ request_body = commonFuc().get_business_data(module, "payload52")
用例名称:查看雅培商品折扣规则批量导入日志
输出:{"success":true,"code":"200","message":"OK"}
"""
# 发送请求
result
=
requests
.
post
(
url
,
json
=
request_body
,
headers
=
headers
)
result
=
json
.
loads
(
result
.
content
)
...
...
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