1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

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

This commit is contained in:
Elvin
2020-10-21 15:08:36 +08:00
committed by GitHub
parent 71e3ddaab3
commit 430277c947

View File

@@ -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"`
}