File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ paymentService.Transfer.ToBalance(&power.HashMap{
44
44
45
45
46
46
``` go
47
- paymentService.Transfer .ToBalance (&power.HashMap {
48
- " partner_trade_no" : " 1233455" , // 商户订单号,需保持唯一性(只能是字母或者数字,不能包含有符号)
49
- " openid" : " oxTWIuGaIt6gTKsQRLau2M0yL16E" , // 商户appid下,某用户的openid
50
- " check_name" : " FORCE_CHECK" , // NO_CHECK:不校验真实姓名; FORCE_CHECK:强校验真实姓名
51
- " re_user_name" : " 王小帅" , // 收款用户真实姓名。如果check_name设置为FORCE_CHECK,则必填用户真实姓名。如需电子回单,需要传入收款用户姓名
52
- " amount" : 10000 , // 付款金额,单位为分
53
- " desc" : " 理赔" , // 付款备注,必填。注意:备注中的敏感词会被转成字符*
47
+ paymentService.Transfer .ToBankCard (&request.RequestToBankCard {
48
+ Amount : 100 " ,
49
+ BankCode: " xxxxx" ,
50
+ Desc: " xxxxx" ,
51
+ EncBankNO: " xxxxx" ,
52
+ EncTrueName: " xxx" ,
53
+ MchID: " xx" ,
54
+ NonceStr: " xxxx" ,
55
+ PartnerTradeNO: " xxxxx" ,
54
56
})
55
57
```
56
58
You can’t perform that action at this time.
0 commit comments