Skip to content

Commit c611875

Browse files
authored
Merge pull request #648 from ArtisanCloud/develop
Develop
2 parents af9ce6d + f6b4b09 commit c611875

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/payment/order/request/jsspi.go renamed to src/payment/order/request/jsapi.go

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ type JSAPISettleInfo struct {
4242

4343
type RequestJSAPIPrepay struct {
4444
PrepayBase
45-
Description string `json:"description"` // 商品描述
46-
OutTradeNo string `json:"out_trade_no"` // 商户订单号
47-
TimeExpire string `json:"time_expire,omitempty"` // 交易结束时间
48-
Attach string `json:"attach,omitempty"` // 附加数据
49-
GoodsTag string `json:"goods_tag,omitempty"` // 订单优惠标记
50-
Amount *JSAPIAmount `json:"amount"` // 订单金额
51-
Payer *JSAPIPayer `json:"payer,omitempty"` // 支付者
52-
Detail *JSAPIDetail `json:"detail,omitempty"` // 优惠功能
53-
SceneInfo *JSAPISceneInfo `json:"scene_info,omitempty"` // 场景信息
54-
SettleInfo *JSAPISettleInfo `json:"settle_info,omitempty"` // 结算信息
45+
Description string `json:"description"` // 商品描述
46+
OutTradeNo string `json:"out_trade_no"` // 商户订单号
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"` // 电子发票入口开放标识
51+
Amount *JSAPIAmount `json:"amount"` // 订单金额
52+
Payer *JSAPIPayer `json:"payer,omitempty"` // 支付者
53+
Detail *JSAPIDetail `json:"detail,omitempty"` // 优惠功能
54+
SceneInfo *JSAPISceneInfo `json:"scene_info,omitempty"` // 场景信息
55+
SettleInfo *JSAPISettleInfo `json:"settle_info,omitempty"` // 结算信息
5556
}

0 commit comments

Comments
 (0)