|
@@ -1,5 +1,6 @@
|
|
|
package com.genersoft.iot.vmp.vmanager.gb28181.aiLib;
|
|
|
|
|
|
+import cn.dev33.satoken.annotation.SaIgnore;
|
|
|
import com.alibaba.fastjson2.JSON;
|
|
|
import com.alibaba.fastjson2.JSONArray;
|
|
|
import com.genersoft.iot.vmp.conf.SipConfig;
|
|
@@ -141,6 +142,7 @@ public class AiControl {
|
|
|
|
|
|
@Operation(summary = "告警上报")
|
|
|
@PostMapping("/alarm")
|
|
|
+ @SaIgnore
|
|
|
@ResponseBody
|
|
|
public WVPResult alarm(BodyAiAlarm bodyAiAlarm){
|
|
|
System.out.println("Received request body: " + bodyAiAlarm);
|