wuxw
2022-07-28 7cab9d2bdf1484a81f2d3d7f236eb30d29033c94
service-user/src/main/java/com/java110/user/api/StaffApi.java
@@ -147,7 +147,7 @@
                + "&communityId=" + communityId + "&appId=" + AppDto.WECHAT_OWNER_APP_ID;
        if (smallWeChatDtos != null && smallWeChatDtos.size() > 0) {
            ownerUrl += ("&wAppId=" + smallWeChatDtos.get(0).getAppid());
            ownerUrl += ("&wAppId=" + smallWeChatDtos.get(0).getAppId());
        }
        return ResultVo.createResponseEntity(ownerUrl);
    }