Browse Source

医生端解绑设备

Shi Kejing 4 years ago
parent
commit
c3a3dc5ca1

+ 1 - 1
svr/svr-iot/src/main/java/com/yihu/iot/controller/device/WlyyDeviceController.java

@ -125,7 +125,7 @@ public class WlyyDeviceController extends BaseController {
     * 设备删除     屏蔽部分为患者端解绑设备
     */
    @ApiOperation("设备删除")
    @RequestMapping(value = "DeletePatientDevice",method = {RequestMethod.GET,RequestMethod.POST})
    @RequestMapping(value = "deletePatientDevice",method = {RequestMethod.POST})
    @ResponseBody
    public String delete(
            @ApiParam(name="deviceSn",value="设备SN")