From ab79fa4349ff368e97ec78ef8fb3720750c718fb Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Sun, 2 Mar 2025 16:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9F=BA=E8=B4=A8=E5=B7=A5?= =?UTF-8?q?=E8=89=BA=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/matrix/craft.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/services/matrix/craft.ts b/src/services/matrix/craft.ts index d927fd6..31a69bf 100644 --- a/src/services/matrix/craft.ts +++ b/src/services/matrix/craft.ts @@ -7,3 +7,12 @@ export function getList(params:{pageSize:number, pageNum:number}){ method: "GET", }); } + + +export function getListByMatrixId(params:{matrixId:number}){ + return httpRequest({ + url: "/api/matrixCraft/getListByMatrixId", + params: { ...params }, + method: "GET", + }); +} \ No newline at end of file