Commit 5d37eb0b authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 33b857d2
......@@ -63,7 +63,7 @@ request_body = commonFuc().get_business_data(module, "payload6", customer_code,
# 发送请求
result = requests.post(url, json=request_body, headers=headers)
result = json.loads(result.content)
# print(result)
print(result)
# 获取查询结果中返利明细对应的客户编号
result = {"customerCode": result["data"]["list"][0]["customerCode"]}
# 获取预期结果
......
......@@ -42,9 +42,11 @@ checkDict2: {"cusCompanyName":"%s"}
#预期结果
checkDict3: {"productCode":"%s"}
#测试场景四:列表查询条件验证_配货单列表获取
"url4": "/order/distributionorder/list"
"payload4": {"productCodeList":["%s"],"filialeCode":"00111"}
#预期结果
checkDict4: {"productCode":"%s"}
......
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