提交代码
parent
621d160304
commit
577f9fe00d
|
@ -387,6 +387,7 @@ public class TowerCraneApiController {
|
|||
* @author JiangYuQi
|
||||
* @date 2024-01-13
|
||||
*/
|
||||
@Anonymous
|
||||
@ApiOperation(value = "山东探越-塔吊监测-实时数据")
|
||||
@RateLimiter(count = 10, limitType = LimitType.IP)
|
||||
@PostMapping("/v2_ty/run/push")
|
||||
|
@ -438,6 +439,7 @@ public class TowerCraneApiController {
|
|||
* @author JiangYuQi
|
||||
* @date 2024-01-13
|
||||
*/
|
||||
@Anonymous
|
||||
@ApiOperation(value = "山东探越-塔吊监测-循环数据")
|
||||
@RateLimiter(count = 10, limitType = LimitType.IP)
|
||||
@PostMapping("/v2_ty/round/push")
|
||||
|
@ -477,6 +479,7 @@ public class TowerCraneApiController {
|
|||
* @author JiangYuQi
|
||||
* @date 2024-01-13
|
||||
*/
|
||||
@Anonymous
|
||||
@ApiOperation(value = "山东探越-塔吊监测-预警数据")
|
||||
@RateLimiter(count = 10, limitType = LimitType.IP)
|
||||
@PostMapping("/v2_ty/warning/push")
|
||||
|
|
Loading…
Reference in New Issue