|
|
@ -64,6 +64,7 @@ public class AppLetAuthorizationServiceImpl implements AppLetAuthorizationServic |
|
|
|
String redirectUrl = String.format(WxMaCodeConstant.WEB_URL,source,formDTO.getClientType()); |
|
|
|
String authUrl = String.format(WxMaCodeConstant.API_AUTH_REGISTER_URL, componentAppId, preAuthCode, redirectUrl); |
|
|
|
result.setUrl(authUrl); |
|
|
|
log.info("返回URL:"+result.getUrl()); |
|
|
|
return result; |
|
|
|
} |
|
|
|
|
|
|
|