From 32bd7ea8b031a75dbb2c2ed971fceaf36f8d0340 Mon Sep 17 00:00:00 2001 From: yveshield Date: Wed, 20 May 2020 10:46:01 +0800 Subject: [PATCH] =?UTF-8?q?App=E6=94=AF=E4=BB=98=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=95=86=E5=93=81=E6=98=8E=E7=BB=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trade_type.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trade_type.go b/trade_type.go index 87f9d4e..e554055 100644 --- a/trade_type.go +++ b/trade_type.go @@ -477,7 +477,8 @@ func (this *TradePayRsp) IsSuccess() bool { // TradeAppPay App支付接口请求参数 https://docs.open.alipay.com/api_1/alipay.trade.app.pay/ type TradeAppPay struct { Trade - TimeExpire string `json:"time_expire,omitempty"` // 绝对超时时间,格式为yyyy-MM-dd HH:mm。 + TimeExpire string `json:"time_expire,omitempty"` // 绝对超时时间,格式为yyyy-MM-dd HH:mm。 + GoodsDetail []*GoodsDetail `json:"goods_detail,omitempty"` // 订单包含的商品列表信息,Json格式,详见商品明细说明 } func (this TradeAppPay) APIName() string {