瀏覽代碼

未选中二级部门报错

caotao 5 年之前
父節點
當前提交
956d94580f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      whepi-ui/templates/home/homeHelp.ftl
  2. 1 1
      whepi-web/src/main/java/com/bofeng/wx/WxController.java

+ 1 - 1
whepi-ui/templates/home/homeHelp.ftl

@@ -1,4 +1,4 @@
-<#assign title="家庭手册"/>
+<#assign title="用户认证指南"/>
 <#include "/home/frag.head.ftl" />
 
 <div class="container" style="width: 100%">

+ 1 - 1
whepi-web/src/main/java/com/bofeng/wx/WxController.java

@@ -164,7 +164,7 @@ public class WxController {
 
 
         val btn31 = new WxMenuButton();
-        btn31.setName("用户认证指南");
+        btn31.setName("认证指南");
         btn31.setType(WxConsts.MenuButtonType.VIEW);
         btn31.setUrl(
                 wxService.oauth2buildAuthorizationUrl(weChatProperties.getDomain() +