From 0d6c3f9de023852f924a5698ffdb8e388b5a7430 Mon Sep 17 00:00:00 2001 From: Sliverkiss <1393579810@qq.com> Date: Fri, 16 Aug 2024 00:06:23 +0800 Subject: [PATCH] Update xiaocan.js --- AdBlock/xmApp/xiaocan.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AdBlock/xmApp/xiaocan.js b/AdBlock/xmApp/xiaocan.js index b5acda4..5bb5503 100644 --- a/AdBlock/xmApp/xiaocan.js +++ b/AdBlock/xmApp/xiaocan.js @@ -1,5 +1,5 @@ let headers = JSON.parse($request.headers); if (headers?.methodname?.match(/GetBannerList/)) { - $done({}); + $done(JSON.stringify({})); } -$done(); +$done({ body: $response.body });