Commit d3b25345 authored by 赵啸非's avatar 赵啸非

添加信息公开平台通知

parent bacc880c
......@@ -799,6 +799,7 @@ public class DeviceApiController {
* @return
*/
@PostMapping("receive")
@UnAuth
public String receive(HttpServletRequest request, @RequestBody DeviceReq req) {
log.info("【设备接收】【请求体】--> " + JSONObject.toJSONString(req));
ApiResp<String> rsp = new ApiResp<>();
......
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