소스 검색

医生端解绑设备

Shi Kejing 4 년 전
부모
커밋
c3a3dc5ca1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-iot/src/main/java/com/yihu/iot/controller/device/WlyyDeviceController.java

+ 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")