提交代码

dev_caq
姜玉琦 2025-06-21 16:02:42 +08:00
parent 621d160304
commit 577f9fe00d
1 changed files with 3 additions and 0 deletions

View File

@ -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")