shaoguo 3 weeks ago
parent
commit
657bae81cf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      services/payments/h5/models.go

+ 3 - 0
services/payments/h5/models.go

@@ -476,6 +476,9 @@ type PrepayRequest struct {
 	//交易类型
 	TradeType       *string            `json:"trade_type,omitempty"`
 
+	//商户行业编码
+	MerchantCategoryCode *string `json:"merchant_category_code,omitempty"`
+
 }
 
 func (o PrepayRequest) MarshalJSON() ([]byte, error) {