Commit 4d0e6340 authored by liguangyu06's avatar liguangyu06
Browse files

用例新增:展示最新修改信息_需求单详情_后台

parent 94ac25c8
......@@ -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)
"""
......
......@@ -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)
"""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment