|
@@ -19,8 +19,6 @@ import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-import java.util.Map;
|
|
|
-
|
|
|
/**
|
|
|
* Created by luoyifan on 2017/8/24.
|
|
|
*/
|
|
@@ -164,7 +162,7 @@ public class WxController {
|
|
|
|
|
|
|
|
|
val btn31 = new WxMenuButton();
|
|
|
- btn31.setName("认证指南");
|
|
|
+ btn31.setName("用户指南");
|
|
|
btn31.setType(WxConsts.MenuButtonType.VIEW);
|
|
|
btn31.setUrl(
|
|
|
wxService.oauth2buildAuthorizationUrl(weChatProperties.getDomain() +
|