Skip to content

Commit a468628

Browse files
authored
Merge pull request smartwalle#114 from yveshield/master
App支付增加订单商品明细字段
2 parents dbf8ba4 + 32bd7ea commit a468628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trade_type.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@ func (this *TradePayRsp) IsSuccess() bool {
477477
// TradeAppPay App支付接口请求参数 https://docs.open.alipay.com/api_1/alipay.trade.app.pay/
478478
type TradeAppPay struct {
479479
Trade
480-
TimeExpire string `json:"time_expire,omitempty"` // 绝对超时时间,格式为yyyy-MM-dd HH:mm。
480+
TimeExpire string `json:"time_expire,omitempty"` // 绝对超时时间,格式为yyyy-MM-dd HH:mm。
481+
GoodsDetail []*GoodsDetail `json:"goods_detail,omitempty"` // 订单包含的商品列表信息,Json格式,详见商品明细说明
481482
}
482483

483484
func (this TradeAppPay) APIName() string {

0 commit comments

Comments
 (0)