From 3f07a091808431641b106c17f636033e79d74cd1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 16 Aug 2021 10:03:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
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