Commit 04c3afdb authored by 姬鋆屾's avatar 姬鋆屾
parents 4e2cc3ab 36d0c520
package com.mortals.xhx.busiz.web;
import com.alibaba.fastjson.JSON;
import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.common.Rest;
import com.mortals.xhx.module.hik.event.model.req.callback.EventReq;
......@@ -22,7 +23,7 @@ public class HikCallbackController {
@PostMapping("eventRcv")
@UnAuth
public Rest<String> receivePlanMessage(@RequestBody EventReq req) {
//log.info("【接收人脸计划事件数据】【请求体】--> {}", JSON.toJSONString(req));
log.info("【接收人脸计划事件数据】【请求体】--> {}", JSON.toJSONString(req));
// EventReq eventReq = JSON.parseObject(req, EventReq.class);
try {
Rest<String> rest = hikEventService.handleEvent(req);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment