We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf8ba4 + 32bd7ea commit a468628Copy full SHA for a468628
trade_type.go
@@ -477,7 +477,8 @@ func (this *TradePayRsp) IsSuccess() bool {
477
// TradeAppPay App支付接口请求参数 https://docs.open.alipay.com/api_1/alipay.trade.app.pay/
478
type TradeAppPay struct {
479
Trade
480
- TimeExpire string `json:"time_expire,omitempty"` // 绝对超时时间,格式为yyyy-MM-dd HH:mm。
+ TimeExpire string `json:"time_expire,omitempty"` // 绝对超时时间,格式为yyyy-MM-dd HH:mm。
481
+ GoodsDetail []*GoodsDetail `json:"goods_detail,omitempty"` // 订单包含的商品列表信息,Json格式,详见商品明细说明
482
}
483
484
func (this TradeAppPay) APIName() string {
0 commit comments