yujian
2020-07-01 ca0e816fe57482b8f43f22f7a0b6fe7c57a53f42
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java
@@ -436,7 +436,7 @@
         
         // 云发单链接
         if (VersionUtil.greaterThan_2_1_2(acceptData.getPlatform(), acceptData.getVersion())) {
            boolean cloudOpen = configService.isRobotCloudOpen();
            boolean cloudOpen = configService.isRobotCloudOpen(ConfigKeyEnum.robotCloudOpen.getKey(),acceptData.getPlatform(), acceptData.getVersion());
            if (!cloudOpen && uid != null) {
               List<String> testUsers = configService.getTestUsers();
               if (testUsers != null && testUsers.contains(uid+"")) {