From 324936076c35e784dffcf6ecb1c72b49158057a0 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期六, 11 五月 2024 21:21:49 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary --- src/api/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index cfdaad6..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({ -- Gitblit v1.9.1