添加zlm集群支持
This commit is contained in:
@@ -10,7 +10,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* 兼容LiveGBS的API:设备控制
|
||||
* API兼容:设备控制
|
||||
*/
|
||||
@CrossOrigin
|
||||
@RestController
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
/**
|
||||
* 兼容LiveGBS的API:系统接口
|
||||
* API兼容:系统接口
|
||||
*/
|
||||
@Controller
|
||||
@CrossOrigin
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 兼容LiveGBS的API:设备信息
|
||||
* API兼容:设备信息
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@CrossOrigin
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user