File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
RSA = "RSA"
9
9
SM2 = "SM2"
10
10
11
- //OrderTypeReqSN 商家自由订单号
11
+ // OrderTypeReqSN 商家自由订单号
12
12
OrderTypeReqSN = "reqsn"
13
- //OrderTypeTrxId 通联生产支付号
13
+ // OrderTypeTrxId 通联生产支付号
14
14
OrderTypeTrxId = "trxid"
15
15
16
16
// PayTypeWXScan 微信扫码支付
@@ -45,7 +45,7 @@ type RspBase struct {
45
45
Appid string `json:"appid"`
46
46
}
47
47
48
- // PayResp 通用支付响应
48
+ // PayRsp 通用支付响应
49
49
type PayRsp struct {
50
50
RspBase
51
51
Trxid string `json:"trxid"`
@@ -58,7 +58,7 @@ type PayRsp struct {
58
58
PayInfo string `json:"payinfo"`
59
59
}
60
60
61
- // ScanPayResp 扫码支付、订单查询响应
61
+ // ScanPayRsp 扫码支付、订单查询响应
62
62
type ScanPayRsp struct {
63
63
RspBase
64
64
Trxid string `json:"trxid"`
@@ -79,7 +79,7 @@ type ScanPayRsp struct {
79
79
AcctType string `json:"accttype"`
80
80
}
81
81
82
- // RefundResp 退款响应
82
+ // RefundRsp 退款响应
83
83
type RefundRsp struct {
84
84
RspBase
85
85
Trxid string `json:"trxid"`
@@ -93,7 +93,7 @@ type RefundRsp struct {
93
93
ChnlTrxId string `json:"chnltrxid"`
94
94
}
95
95
96
- // CloseResp 关闭响应
96
+ // CloseRsp 关闭响应
97
97
type CloseRsp struct {
98
98
RspBase
99
99
TrxStatus string `json:"trxstatus"`
You can’t perform that action at this time.
0 commit comments