From 6fd3f68994375f211839117a5f6aa24d1b561ee6 Mon Sep 17 00:00:00 2001 From: shaochuyu <1040641785@qq.com> Date: Fri, 19 May 2023 11:47:06 +0800 Subject: [PATCH] fix 360 domain name changes 360QUAKE https://quake.360.net/ --- resources/scripts/api/quake.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/api/quake.ads b/resources/scripts/api/quake.ads index 5eea43b88..9519f458c 100644 --- a/resources/scripts/api/quake.ads +++ b/resources/scripts/api/quake.ads @@ -47,7 +47,7 @@ function vertical(ctx, domain) end local resp, err = request(ctx, { - ['url']="https://quake.360.cn/api/v3/search/quake_service", + ['url']="https://quake.360.net/api/v3/search/quake_service", ['method']="POST", ['header']={ ['Content-Type']="application/json",