From dd43c95c5a020c1a828263cc5944ed6fb644b65d Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 05 五月 2023 08:53:18 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/~mayuhao/HazardInvestigationSystem

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

diff --git a/src/api/user.js b/src/api/user.js
index bb163b2..268dd5c 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -234,3 +234,22 @@
     })
 }
 
+export function importSupplierUser(data) {
+    return request({
+        headers: {
+            'Authorization': getToken()
+        },
+        url: process.env.BASE_API + '/importSupplierUser',
+        method: 'post',
+        data
+    })
+}
+
+
+export function pwdChange(data) {
+    return request({
+        url: process.env.BASE_API + '/pwd-change',
+        method: 'post',
+        data
+    })
+}

--
Gitblit v1.9.2