From 61243e7047877a1101387a77fa4450396413e3b0 Mon Sep 17 00:00:00 2001 From: yangrd <1020519285@qq.com> Date: Fri, 7 Mar 2025 10:49:29 +0800 Subject: [PATCH] ces --- artSystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artSystem.js b/artSystem.js index 96ce754..e3c8c0a 100644 --- a/artSystem.js +++ b/artSystem.js @@ -25,7 +25,7 @@ class ArtSystem { static token = null; //查询艺术品材质字典 - static queryMaterials(params = {}) { + static queryMaterial(params = {}) { let query = new Query(); let { filter } = params; if (filter) {