diff --git "a/air_case/cmdc_trade/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" "b/air_case/cmdc_trade/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" index 8df35ffdac009585558019b10b668eaf7600e59e..53f44fd1581b9c8d869436b14d2cd37324b3d2d2 100644 --- "a/air_case/cmdc_trade/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" +++ "b/air_case/cmdc_trade/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\346\237\245\350\257\242\346\235\241\344\273\266\351\252\214\350\257\201_\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" @@ -51,19 +51,14 @@ materialCode = func(result["data"]["list"][out_random]["materialCode"]) demandParentCode = func(result["data"]["list"][out_random]["demandParentCode"]) invoiceNo = func(result["data"]["list"][out_random]["invoiceNo"]) productLineName = func(result["data"]["list"][out_random]["productLineName"]) -projectName = func(result["data"]["list"][out_random]["projectName"]) sddcto = func(result["data"]["list"][out_random]["sddcto"]) distributionType = func(result["data"]["list"][out_random]["distributionType"]) demandSubCode = func(result["data"]["list"][out_random]["demandSubCode"]) # 第三步进行条件查询 url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url27") -request_body = commonFuc().get_business_data(module, "payload27", SDDOCO, customerCode, customerName, demandCode, - productCode, - optionStr, materialCode, demandParentCode, invoiceNo, productLineName, - projectName, - sddcto, distributionType, demandSubCode) -print(request_body) +request_body = commonFuc().get_business_data(module, "payload27", demandCode, demandParentCode) +# print(request_body) """ 场景: 查询条件验证_发货单列表 diff --git "a/air_case/cmdc_trade/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" "b/air_case/cmdc_trade/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" index 4f2b08984d0ef0b58af603bd87db70df30291cab..efee57ef517ef64fec3c5e0b79dfd26b7b44e21e 100644 --- "a/air_case/cmdc_trade/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" +++ "b/air_case/cmdc_trade/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.air/\350\216\267\345\217\226\345\217\221\350\264\247\345\215\225\345\210\227\350\241\250.py" @@ -14,8 +14,8 @@ import json module = "cmdc_trade" # 第一步登录后台运营系统获取token信息 -username = commonFuc().get_business_data(module, "username1") -password = commonFuc().get_business_data(module, "password1") +username = commonFuc().get_business_data(module, "username4") +password = commonFuc().get_business_data(module, "password4") # 获取登录后Cmdc_access_token cmdc_access_token = CmdcDoLogin(username, password).get_token() headers = commonFuc().get_business_data(module, "json_headers", cmdc_access_token) @@ -36,6 +36,7 @@ result = requests.post(url, json=request_body, headers=headers) # 获取接口响应时间 api_time = float(result.elapsed.total_seconds()) result = json.loads(result.content) +# print(result) result["api_time"] = api_time # print(result) diff --git a/data/cmdc_trade/data b/data/cmdc_trade/data index fc032603791fe60f0b018ca85ba732836911f917..758d974645188b7c2488b7a1d819680ecd2ba8fe 100644 --- a/data/cmdc_trade/data +++ b/data/cmdc_trade/data @@ -189,7 +189,7 @@ checkDict25: {"success":true,"code":"200","message":"OK"} #测试场景二十六:查询条件验证_发货单列表 "url27": "/order/public/getOutDemand" -"payload27": {"times1":[],"times2":[],"times3":[],"times4":[],"times5":[],"SDDOCO":"%s","customerCode":"%s","customerName":"%s","demandCode":"%s","productCode":"%s","optionStr":"%s","materialCode":"%s","demandParentCode":"%s","invoiceNo":"%s","productLineName":"%s","sellerCompanyName":null,"projectName":"%s","sddcto":"%s","distributionType":"%s","demandSubCode":"%s","pageStart":1,"pageSize":8,"total":null,"startTime":null,"endTime":null,"sdaddjStrStart":null,"sdaddjStrEnd":null,"sdtrdjStrStart":null,"sdtrdjStrEnd":null,"auditTimeStart":null,"auditTimeEnd":null,"paidTimeStart":null,"paidTimeEnd":null} +"payload27": {"times1":[],"times2":[],"times3":[],"times4":[],"times5":[],"SDDOCO":null,"customerCode":null,"customerName":null,"demandCode":"%s","productCode":null,"optionStr":null,"materialCode":null,"demandParentCode":"%s","invoiceNo":null,"productLineName":null,"sellerCompanyName":null,"projectName":null,"sddcto":null,"distributionType":null,"demandSubCode":null,"pageStart":1,"pageSize":8,"total":null,"startTime":null,"endTime":null,"sdaddjStrStart":null,"sdaddjStrEnd":null,"sdtrdjStrStart":null,"sdtrdjStrEnd":null,"auditTimeStart":null,"auditTimeEnd":null,"paidTimeStart":null,"paidTimeEnd":null} #预期结果 checkDict27: {"demandCode":"%s"}