Skip to content

Commit

Permalink
Merge pull request smartwalle#114 from yveshield/master
Browse files Browse the repository at this point in the history
App支付增加订单商品明细字段
  • Loading branch information
smartwalle authored May 21, 2020
2 parents dbf8ba4 + 32bd7ea commit a468628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trade_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a468628

Please sign in to comment.