This commit is contained in:
刘召雪
2020-11-16 09:13:07 +08:00
parent 43d102a363
commit 88d906e9a1
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export function list(params) {
// 查询设备详细
export function Info(deviceId) {
export function info(deviceId) {
return request({
url: '/system/device/' + deviceId,
method: 'get'