根据mac地址查询设备详情
This commit is contained in:
@ -87,7 +87,7 @@ public class AppDeviceController extends BaseController {
|
||||
* 根据mac查询设备信息
|
||||
*/
|
||||
@GetMapping("/getDeviceInfoByDeviceMac")
|
||||
public R<Device> getDeviceInfo(String deviceMac) {
|
||||
public R<AppDeviceVo> getDeviceInfo(String deviceMac) {
|
||||
return R.ok(appDeviceService.getDeviceInfo(deviceMac));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user