Commit 217b7670 authored by liguangyu06's avatar liguangyu06
Browse files

用例优化

parent d3b0194a
...@@ -50,9 +50,9 @@ if result["data"]["list"][delivery_time_random]["productRangeType"]: ...@@ -50,9 +50,9 @@ if result["data"]["list"][delivery_time_random]["productRangeType"]:
name = result1["data"]["name"] name = result1["data"]["name"]
status = result1["data"]["status"] status = result1["data"]["status"]
product_code = ( product_code = (
result1["data"]["productList"][0]["productCode"] if result1["data"]["productList"][0]["productCode"] else "") result1["data"]["productList"][0]["productCode"] if result1["data"]["productList"] else "")
product_name = ( product_name = (
result1["data"]["productList"][0]["productName"] if result1["data"]["productList"][0]["productName"] else "") result1["data"]["productList"][0]["productName"] if result1["data"]["productList"] else "")
# 进行查询条件验证 # 进行查询条件验证
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url35") url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url35")
......
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