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
4d0e6340
Commit
4d0e6340
authored
Mar 28, 2024
by
liguangyu06
Browse files
用例新增:展示最新修改信息_需求单详情_后台
parent
94ac25c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_33st/m_展示最新修改信息_原始清单.air/m_展示最新修改信息_原始清单.py
View file @
4d0e6340
...
...
@@ -30,7 +30,7 @@ result = json.loads(result.content)
# 获取需求单信息
demandCode
=
result
[
"data"
][
"list"
][
0
][
"demandCode"
]
# 第
四
步获取需求单原始清单信息
# 第
三
步获取需求单原始清单信息
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url46"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload46"
,
demandCode
)
"""
...
...
air_case/cmdc_33st/n_订单流水新增订单变更记录验证.air/n_订单流水新增订单变更记录验证.py
View file @
4d0e6340
...
...
@@ -32,7 +32,7 @@ demandCode = result["data"]["list"][0]["demandCode"]
demandParentCode
=
result
[
"data"
][
"list"
][
0
][
"demandParentCode"
]
AuditCompanyNameCode
=
result
[
"data"
][
"list"
][
0
][
"sellerCompanyCode"
]
# 第
四
步获取需求单操作流水信息
# 第
三
步获取需求单操作流水信息
url
=
commonFuc
().
get_api_url
()
+
commonFuc
().
get_business_data
(
module
,
"url49"
)
request_body
=
commonFuc
().
get_business_data
(
module
,
"payload49"
,
demandCode
,
demandParentCode
,
AuditCompanyNameCode
)
"""
...
...
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