Commit 8b8fff95 authored by 赵啸非's avatar 赵啸非

分组更新设备

parent 55e7e32b
......@@ -2,6 +2,7 @@ package com.mortals.xhx.daemon;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.exception.AppException;
import com.mortals.framework.util.DateUtils;
import com.mortals.xhx.base.system.message.MessageService;
......@@ -141,6 +142,7 @@ public class DemoApiController {
* @return
*/
@PostMapping("upload")
@UnAuth
public String upload(@RequestParam(value = "deviceId") Long deviceId ) {
ApiResp<String> rsp = new ApiResp<>();
rsp.setMsg(ApiRespCodeEnum.SUCCESS.getLabel());
......
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