From 2abc33c4172e5a0e127fb43cac6167787f5170a1 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Sun, 15 Aug 2021 22:27:29 +0800
Subject: [PATCH] 改界面、对接口
---
src/api/index/index.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/api/index/index.js b/src/api/index/index.js
index 28efff5..e48484f 100644
--- a/src/api/index/index.js
+++ b/src/api/index/index.js
@@ -80,6 +80,12 @@
params: params
});
};
+export const selectExtypeUser = () => {
+ return request({
+ url: "/api/information/selectExtypeUser",
+ method: "post",
+ });
+};
--
Gitblit v1.9.3