添加zlm集群支持

This commit is contained in:
64850858
2021-07-16 16:34:51 +08:00
parent 06d78575cc
commit 89a9ab4534
75 changed files with 2431 additions and 914 deletions

View File

@@ -10,7 +10,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
/**
* 兼容LiveGBS的API设备控制
* API兼容:设备控制
*/
@CrossOrigin
@RestController

View File

@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
/**
* 兼容LiveGBS的API系统接口
* API兼容:系统接口
*/
@Controller
@CrossOrigin

View File

@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* 兼容LiveGBS的API设备信息
* API兼容:设备信息
*/
@SuppressWarnings("unchecked")
@CrossOrigin

View File

@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
import org.springframework.web.context.request.async.DeferredResult;
/**
* 兼容LiveGBS的API实时直播
* API兼容:实时直播
*/
@SuppressWarnings(value = {"rawtypes", "unchecked"})
@CrossOrigin