We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376e7f9 commit f6b4b09Copy full SHA for f6b4b09
src/payment/order/request/jsapi.go
@@ -47,7 +47,7 @@ type RequestJSAPIPrepay struct {
47
TimeExpire string `json:"time_expire,omitempty"` // 交易结束时间
48
Attach string `json:"attach,omitempty"` // 附加数据
49
GoodsTag string `json:"goods_tag,omitempty"` // 订单优惠标记
50
- SupportFapiao bool `json:"support_fapiao,omitempty"` // 电子发票入口开放标识
+ SupportFaPiao bool `json:"support_fapiao,omitempty"` // 电子发票入口开放标识
51
Amount *JSAPIAmount `json:"amount"` // 订单金额
52
Payer *JSAPIPayer `json:"payer,omitempty"` // 支付者
53
Detail *JSAPIDetail `json:"detail,omitempty"` // 优惠功能
0 commit comments