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