From 7aba6006887472e5bd89c5210094bc0f0a38eaf2 Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Wed, 4 Dec 2024 11:56:07 +0800 Subject: [PATCH] update --- app/hdl/hdl_wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hdl/hdl_wallet.go b/app/hdl/hdl_wallet.go index 68976f2..32761d4 100644 --- a/app/hdl/hdl_wallet.go +++ b/app/hdl/hdl_wallet.go @@ -457,7 +457,7 @@ func LaunchBindAlipayAccount(c *gin.Context) { resUrl := fmt.Sprintf("apiname=com.alipay.account.auth&app_id=%s&app_name=mc&"+ "auth_type=AUTHACCOUNT&biz_type=openservice&method=alipay.open.auth.sdk.code.get"+ - "&pid=%s&product_id=APP_FAST_LOGIN&scosspe=%s&sign_type=RSA2&"+ + "&pid=%s&product_id=APP_FAST_LOGIN&scope=%s&sign_type=RSA2&"+ "target_id=%s&sign=%s", appId, pid, scope, targetId, sign) e.OutSuc(c, resUrl, nil)