Commit 39d17b56 by 郭武军

添加payTime字段

parent 0255132e
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
......@@ -90,6 +90,8 @@ def upload_order_async():
data["pointPayInfo"] = pointPayInfo
# 订单创建时间yyyy-MM-dd HH:mm:ss
data["createTime"] = get_time_str(1)
# 支付时间 yyyy-MM-dd HH:mm:ss
data["payTime"] = get_time_str(1)
# 下单门店 CODE
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