Commit 8b809f1e by guoxy
parents fc91aa74 39d17b56
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
...@@ -90,6 +90,8 @@ def upload_order_async(): ...@@ -90,6 +90,8 @@ def upload_order_async():
data["pointPayInfo"] = pointPayInfo data["pointPayInfo"] = pointPayInfo
# 订单创建时间yyyy-MM-dd HH:mm:ss # 订单创建时间yyyy-MM-dd HH:mm:ss
data["createTime"] = get_time_str(1) data["createTime"] = get_time_str(1)
# 支付时间 yyyy-MM-dd HH:mm:ss
data["payTime"] = get_time_str(1)
# 下单门店 CODE # 下单门店 CODE
data["storeCode"] = "1002" data["storeCode"] = "1002"
# 线下订单编号 # 线下订单编号
......
Markdown is supported
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