Browse Source

设备管理 设备列表接口文档

DESKTOP-O04BTUJ\muzen 3 năm trước cách đây
mục cha
commit
e1bdee7812
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      src/api/device/list.js

+ 9 - 0
src/api/device/list.js

@@ -51,4 +51,13 @@ export function upDown(data){
     method: 'post',
     data
   })
+}
+
+// 产品型号列表
+export function devList(data){
+  return request({
+    url: `/device/version/clientTypeList`,
+    method: 'post',
+    data
+  })
 }