设备详情
This commit is contained in:
@ -61,7 +61,7 @@ public class WEBDeviceController extends BaseController {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Operation(summary = "设备详情")
|
@Operation(summary = "设备详情")
|
||||||
@GetMapping(value = "/detail/{id}")
|
@GetMapping(value = "/pc/detail/{id}")
|
||||||
public R<WebDeviceVo> getDevice(@PathVariable Long id) {
|
public R<WebDeviceVo> getDevice(@PathVariable Long id) {
|
||||||
WebDeviceVo device = deviceService.getDevice(id);
|
WebDeviceVo device = deviceService.getDevice(id);
|
||||||
return R.ok(device);
|
return R.ok(device);
|
||||||
|
Reference in New Issue
Block a user