feat: 微信支付fix
This commit is contained in:
parent
de1f1d01fc
commit
7588991d54
|
@ -46,7 +46,7 @@ func GetWxAuthUrl(param front.GetWxAuthUrlRequest) (targetUrl string, code int)
|
|||
responseType := "code"
|
||||
scope := "snsapi_base"
|
||||
|
||||
targetUrl = baseUrl + "?appid=" + appid + "&redirect_uri=" + redirectUri + "&response_type=" + responseType + "&scope=" + scope + "#wechat_redirect"
|
||||
targetUrl = baseUrl + "?appid=" + appid + "&redirect_uri=" + redirectUri + "&response_type=" + responseType + "&scope=" + scope + "&state=" + param.PayChannelId + "#wechat_redirect"
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue