From 01853c6e30b681ca754920172f3e3ee9f4b6e2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 23 Nov 2020 10:53:49 +0800 Subject: [PATCH] subappid --- platformapi/wxpayapi/wxpayapi.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/wxpayapi/wxpayapi.go b/platformapi/wxpayapi/wxpayapi.go index 1ac43113..878453db 100644 --- a/platformapi/wxpayapi/wxpayapi.go +++ b/platformapi/wxpayapi/wxpayapi.go @@ -175,6 +175,7 @@ type CreateOrderParam struct { TradeType string `json:"trade_type" xml:"trade_type"` TotalFee int `json:"total_fee" xml:"total_fee"` + SubAppID string `json:"subAppID" xml:"sub_appid,omitempty"` SubMchID string `json:"subMchID" xml:"sub_mch_id,omitempty"` Detail CData `json:"detail.omitempty" xml:"detail,omitempty"` Attach string `json:"attach,omitempty" xml:"attach,omitempty"`