From 4491ffc8c23328ad6e7c12feebd9ab3be6729694 Mon Sep 17 00:00:00 2001 From: wukesheng Date: Tue, 16 Jul 2024 22:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E7=A8=8B=EF=BC=9A=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/tong-cheng/types.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/tong-cheng/types.go b/platform/tong-cheng/types.go index cc2b48d..54aadb7 100644 --- a/platform/tong-cheng/types.go +++ b/platform/tong-cheng/types.go @@ -1,8 +1,6 @@ package tong_cheng import ( - "time" - "google.golang.org/genproto/googleapis/type/decimal" ) @@ -85,7 +83,7 @@ type ExternalOrder struct { OrderModifyTime string `json:"orderModifyTime"` // 订单更新时间date-time OrderNo string `json:"orderNo"` // 订单号 OrderPayAmount decimal.Decimal `json:"orderPayAmount"` // 订单实付金额 - OrderPayTime time.Time `json:"orderPayTime"` // 订单支付时间 date-time + OrderPayTime string `json:"orderPayTime"` // 订单支付时间 date-time OrderStatus int32 `json:"orderStatus"` // 订单组推送的订单状态(1: 已支付 2:已离店 3:已取消) OrderCommission decimal.Decimal `json:"orderCommission"` // 订单佣金 Uid string `json:"uid"` // 第三方用户id