diff --git a/consume/egg_fin_withdraw_apply_consume.go b/consume/egg_fin_withdraw_apply_consume.go index 13d6b3c..f291388 100644 --- a/consume/egg_fin_withdraw_apply_consume.go +++ b/consume/egg_fin_withdraw_apply_consume.go @@ -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 {