|
@@ -32,9 +32,9 @@ public class UserDeviceController extends BaseController {
|
|
|
return succeed(sysUserDeviceService.queryPage(queryInfo));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "分页查询用户信息")
|
|
|
+ @ApiOperation(value = "设备号解除绑定")
|
|
|
@PostMapping(value = "/unbind")
|
|
|
- @AuditLogAnnotation(operateName = "帮助中心内容删除",interfaceURL = "helpCenterContent/delete")
|
|
|
+ @AuditLogAnnotation(operateName = "设备号解除绑定",interfaceURL = "userDevice/unbind")
|
|
|
public Object unbind(Integer id) {
|
|
|
return succeed(sysUserDeviceService.delete(id));
|
|
|
}
|