查询已激活设备列表接口
This commit is contained in:
@ -496,4 +496,13 @@ public class DeviceController extends BaseController {
|
||||
return AjaxResult.success(deviceService.getvideourl(baseGet));
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询已激活设备列表
|
||||
*/
|
||||
@GetMapping("/getActivationList")
|
||||
@ApiOperation("查询已激活设备列表")
|
||||
public AjaxResult getDeviceActivationList() {
|
||||
return AjaxResult.success(deviceService.getDeviceActivationList());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user