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; @@ -139,8 +139,8 @@ } public String getAppId(){ LoginUserInfoVO loginUserInfo = this.getLoginUserInfo(); return loginUserInfo.getAppId(); String appid = this.getRequest().getHeader("appid"); return appid; } public String getAppSecret(){