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-spd
Commits
a5a17b02
Commit
a5a17b02
authored
Sep 20, 2024
by
xiao-hesheng
Browse files
业务发生了改变,优化脚本
parent
9a02ef3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/a4_mdm3_cm/a3供货关系申请_客户类型_医院_供销关系申请提交.air/a3供货关系申请_客户类型_医院_供销关系申请提交.py
View file @
a5a17b02
...
...
@@ -43,15 +43,15 @@ def supply_and_marketing_apply():
contactWay
=
contactUser
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload"
,
h_corpId
,
contactUser
,
contactWay
)
# 发送请求
result
=
commonFuc
().
http_post
(
url
,
request_body
,
headers
)
print
(
'result'
,
result
)
# #获取接口返回数据
#
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict"
)
commonFuc
().
check_result
(
check_dict
,
result
)
e_corpId
=
corpId
e_username
=
username
return
e_corpId
,
h_corpId
,
e_username
,
h_name
#
result = commonFuc().http_post(url, request_body, headers)
#
print('result', result)
#
#
#获取接口返回数据
#
#
#
check_dict = commonFuc().get_business_data(module, "checkDict")
#
commonFuc().check_result(check_dict, result)
#
e_corpId = corpId
#
e_username = username
#
return e_corpId, h_corpId, e_username, h_name
# supply_and_marketing_apply()
...
...
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