dengbiao il y a 1 semaine
Parent
révision
7c755dca7d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      consume/egg_fin_withdraw_apply_consume.go

+ 2
- 1
consume/egg_fin_withdraw_apply_consume.go Voir le fichier

@@ -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 {


Chargement…
Annuler
Enregistrer