This commit is contained in:
苏尹岚
2020-11-23 10:40:03 +08:00
parent 55a8667a3d
commit d8179a5492

View File

@@ -175,6 +175,7 @@ type CreateOrderParam struct {
TradeType string `json:"trade_type" xml:"trade_type"`
TotalFee int `json:"total_fee" xml:"total_fee"`
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"`
FeeType string `json:"fee_type,omitempty" xml:"fee_type,omitempty"`