From 9bb82d3e2238f12cb4b77a58b159e49b42fe2aff Mon Sep 17 00:00:00 2001 From: ag <2663588772@qq.com> Date: Fri, 7 Mar 2025 10:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artSystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artSystem.js b/artSystem.js index e3c8c0a..96ce754 100644 --- a/artSystem.js +++ b/artSystem.js @@ -25,7 +25,7 @@ class ArtSystem { static token = null; //查询艺术品材质字典 - static queryMaterial(params = {}) { + static queryMaterials(params = {}) { let query = new Query(); let { filter } = params; if (filter) {