|
@@ -156,7 +156,7 @@ public class WxController {
|
|
|
btn31.setType(WxConsts.MenuButtonType.VIEW);
|
|
|
btn31.setUrl(
|
|
|
wxService.oauth2buildAuthorizationUrl(weChatProperties.getDomain() +
|
|
|
- "/home/testOk.html",
|
|
|
+ "/home/homeHelp.html",
|
|
|
WxConsts.OAuth2Scope.SNSAPI_USERINFO, null)
|
|
|
);
|
|
|
val btn32 = new WxMenuButton();
|