From 0b4fa4b2cfd68528d15aa71557425a7a80e3fc41 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 17 五月 2024 21:08:50 +0800 Subject: [PATCH] 222 --- src/api/index.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 6c25b8c..74e0d05 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -140,6 +140,14 @@ params: Obj }); }; +export const getWebBasic = (Obj) => { + return req1({ + url: "/person/webBasic", + method: "post", + params: Obj + }); +}; + // 鍖诲浜虹墿鐭ヨ瘑搴� 鍩虹妫�绱� export const getFuzzySearch = (requestData) => { return req1({ @@ -251,6 +259,14 @@ }); }; +export const searchSchoolPerson = (data) => { + return req1({ + url: "/person/searchSchoolPerson", + method: "post", + params: data + }); +}; + // 鍖讳簨鍒跺害 // 鏁版嵁缁熻 export const getDataStatistics = () => { -- Gitblit v1.9.1