Sfoglia il codice sorgente

#330 PreOrder增加H5支付的mweb_url字段 (#335)

Elvin 5 anni fa
parent
commit
430277c947
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      pay/order/pay.go

+ 1 - 0
pay/order/pay.go

@@ -63,6 +63,7 @@ type PreOrder struct {
 	TradeType  string `xml:"trade_type,omitempty"`
 	PrePayID   string `xml:"prepay_id,omitempty"`
 	CodeURL    string `xml:"code_url,omitempty"`
+	MWebURL    string `xml:"mweb_url,omitempty"`
 	ErrCode    string `xml:"err_code,omitempty"`
 	ErrCodeDes string `xml:"err_code_des,omitempty"`
 }