From 1580a683ded677ed2aabdf793b797090748a6988 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 21 九月 2023 10:15:00 +0800
Subject: [PATCH] 修改理片笼使用情况数据不准确的问题

---
 CanadaMes-ui/src/api/user.js |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/CanadaMes-ui/src/api/user.js b/CanadaMes-ui/src/api/user.js
index 80a93bf..21a65ad 100644
--- a/CanadaMes-ui/src/api/user.js
+++ b/CanadaMes-ui/src/api/user.js
@@ -13,6 +13,24 @@
     })
 }
 
+
+export function resetPass(data) {
+   return request({
+       url: '/api/user/resetPass',
+       method: 'post',
+       data
+   })
+}
+
+export function yanzhengmima(data) {
+    return request({
+        url: '/api/user/verifyPassword',
+        method: 'post',
+        data
+    })
+ }
+
+
 /**
  * 娉ㄥ唽
  * @param data
@@ -34,7 +52,7 @@
 }
 export function testup(data) {
     return request({
-        url: '/api/device/updateDeviceName',
+        url: '/api/device/updateMultipleDevices',
         method: 'post',
         data
     })

--
Gitblit v1.8.0