springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/controller/BaseController.java
@@ -65,7 +65,7 @@ public Long getCommunityId() { LoginUserInfoVO loginUserInfo = this.getLoginUserInfo(); Long communityId = loginUserInfo.getCommunityId(); if (null == communityId || 0 == communityId) { if (null == communityId) { throw new ServiceException("用户未绑定社区"); } return communityId; @@ -140,7 +140,7 @@ public String getAppId(){ LoginUserInfoVO loginUserInfo = this.getLoginUserInfo(); return loginUserInfo.getAppId(); return "wx118de8a734d269f0"; } public String getAppSecret(){