dengbiao 6 days ago
parent
commit
7c755dca7d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      consume/egg_fin_withdraw_apply_consume.go

+ 2
- 1
consume/egg_fin_withdraw_apply_consume.go View File

@@ -136,10 +136,11 @@ func handleEggFinWithdrawApplyDataConsume(msgData []byte, client *alipay.Client,
Set("trans_amount", msg.Amount).
Set("biz_scene", "DIRECT_TRANSFER").
Set("product_code", "TRANS_ACCOUNT_NO_PWD").
Set("product_code", "TRANS_ACCOUNT_NO_PWD").
Set("business_params", "{\"payer_show_name_use_alias\":\"true\"}").
SetBodyMap("payee_info", func(bm gopay.BodyMap) {
bm.Set("identity", userInfo.OpenId)
bm.Set("identity_type", "ALIPAY_OPEN_ID")
bm.Set("business_params", "{\"payer_show_name_use_alias\":\"true\"}")
})
_, err = client.FundTransUniTransfer(context.Background(), bm)
if err != nil {


Loading…
Cancel
Save