From 15c4337ff0480515eeaef9d1888789ca3f44428e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 21 Jun 2024 17:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index cc865029..05426754 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -148,7 +148,7 @@ function erjisousuo(name,sgroup) { let task = function (obj) { try { - let lists = obj.search(obj.name, "dianboerji", obj.data); + let lists = obj.fun(obj.name, "dianboerji", obj.data); return {result:lists, success:1}; } catch (e) { log('√'+obj.data.name + '>搜索失败>' + e.message);