java110
2021-09-03 1006ed84660edfabbb5273a523e0c3c5af20a387
service-front/src/main/java/com/java110/front/smo/staff/impl/StaffAuthSMOImpl.java
old mode 100644 new mode 100755
@@ -192,7 +192,7 @@
                pd.getAppId());
        responseEntity = this.callCenterService(restTemplate, pd, "",
                ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?communityId="
                        + paramIn.getString("communityId") + "&page=1&row=1", HttpMethod.GET);
                        + paramIn.getString("communityId") + "&page=1&row=1&weChatType=" + SmallWeChatDto.WECHAT_TYPE_PUBLIC, HttpMethod.GET);
        if (responseEntity.getStatusCode() != HttpStatus.OK) {
            return null;