From 906da13b74826f590de443b035778b4be5b67973 Mon Sep 17 00:00:00 2001 From: y505174330 <505174330@qq.com> Date: 星期六, 18 五月 2024 15:40:52 +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 df88f58..bc821c5 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -296,6 +296,14 @@ }); }; +export const getPersonDataOutput = (Obj) => { + return req1({ + url: "/person/dataOutput", + method: "post", + params: Obj + }); +}; + // ----------- // 涓浗鍖诲浜虹墿鐭ヨ瘑搴� -- Gitblit v1.9.1