|
@ -80,7 +80,7 @@ public class DeviceController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("爱牵挂设备消息通知数据接收")
|
|
|
@RequestMapping(value = "pushdata", produces = "application/x-www-form-urlencoded;charset=UTF-8", method = RequestMethod.POST)
|
|
|
@RequestMapping(value = "pushdata", produces = "application/x-www-form-urlencoded;charset=UTF-8", method = RequestMethod.GET)
|
|
|
public String pushdata(
|
|
|
@ApiParam(name="type",required = false,value="根据type来定义给用户推送提示 type=1 SOS,type=5 设备低电, 其他类型非本机型所有",defaultValue = "")
|
|
|
@RequestParam(value = "type",required = false) String type,
|