|
@@ -262,7 +262,7 @@ public class PersonDeviceRelationController {
|
|
|
@ApiOperation(value="人员解绑所有设备")
|
|
|
@RequestMapping(value = "unbindDevice",method = RequestMethod.POST)
|
|
|
@ApiImplicitParams({
|
|
|
- @ApiImplicitParam(name = "personId",value = "设备ID",paramType = "query")
|
|
|
+ @ApiImplicitParam(name = "personId",value = "人员ID",paramType = "query")
|
|
|
})
|
|
|
public MessageResult<Integer> unbindDevice(String personId,@RequestAttribute String subject){
|
|
|
MessageResult<Integer> msgResult = new MessageResult<>();
|