From 6adeb6bdc3b8753a23f1451fc5a6cae4ce39a9fe Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 24 七月 2024 18:35:15 +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 5ae3f05..9f6ac7e 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -302,6 +302,14 @@ }); }; +export const getAdvancedData = (data) => { + return req1({ + url: "/person/advanced/search", + method: "post", + data: data, + }); +}; + // 鏌ヨ浜虹墿瀛︽湳娴佹淳 export const getSchoolInfo = (id) => { return req1({ -- Gitblit v1.9.1