|
@@ -118,7 +118,7 @@ public class WxController {
|
|
btn1.setType(WxConsts.MenuButtonType.VIEW);
|
|
btn1.setType(WxConsts.MenuButtonType.VIEW);
|
|
btn1.setUrl(
|
|
btn1.setUrl(
|
|
wxService.oauth2buildAuthorizationUrl(weChatProperties.getDomain() +
|
|
wxService.oauth2buildAuthorizationUrl(weChatProperties.getDomain() +
|
|
- "/home/home.html",
|
|
|
|
|
|
+ "/user/home.html",
|
|
WxConsts.OAuth2Scope.SNSAPI_USERINFO, null)
|
|
WxConsts.OAuth2Scope.SNSAPI_USERINFO, null)
|
|
);
|
|
);
|
|
|
|
|