Skip to content

Commit f6b4b09

Browse files
author
Matrix-X
committed
update
1 parent 376e7f9 commit f6b4b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/order/request/jsapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type RequestJSAPIPrepay struct {
4747
TimeExpire string `json:"time_expire,omitempty"` // 交易结束时间
4848
Attach string `json:"attach,omitempty"` // 附加数据
4949
GoodsTag string `json:"goods_tag,omitempty"` // 订单优惠标记
50-
SupportFapiao bool `json:"support_fapiao,omitempty"` // 电子发票入口开放标识
50+
SupportFaPiao bool `json:"support_fapiao,omitempty"` // 电子发票入口开放标识
5151
Amount *JSAPIAmount `json:"amount"` // 订单金额
5252
Payer *JSAPIPayer `json:"payer,omitempty"` // 支付者
5353
Detail *JSAPIDetail `json:"detail,omitempty"` // 优惠功能

0 commit comments

Comments
 (0)