Commit 7b241b04 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent fa749bec
......@@ -52,8 +52,9 @@ result1 = json.loads(result1.content)
product_info = result1["data"][0]["productName"]
material_code = result1["data"][0]["materialCode"]
order_start_time = result1["data"][0]["orderTime"][:10]
upload_start_time = result1["data"][0]["createTime"][:10]
upload_start_time = result1["data"][0]["orderTime"][:10]
product_code = result1["data"][0]["productCode"]
product_code = ""
now_date = datetime.datetime.now().strftime("%Y-%m-%d")
# 第四步进行列表查询条件验证
......@@ -64,6 +65,7 @@ request_body = commonFuc().get_business_data(module, "payload61", end_customer_n
upload_start_time,
now_date, product_code, demand_code, now_date)
# print(request_body)
# print(material_code)
"""
场景: 列表查询条件验证_终端流向
......
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