From 70172f4d8bd0fb513680e5ff4c4333eba227cd4d Mon Sep 17 00:00:00 2001 From: MoeMagicMango Date: Sat, 12 Feb 2022 20:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=BA=86=E4=B8=AA=E7=BD=91=E6=98=93?= =?UTF-8?q?=E4=BA=91=E9=9F=B3=E4=B9=90=E7=83=AD=E8=AF=84=E7=9A=84API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_wangyiyun/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_wangyiyun/main.go b/plugin_wangyiyun/main.go index 2209a65f..23f570d7 100644 --- a/plugin_wangyiyun/main.go +++ b/plugin_wangyiyun/main.go @@ -13,8 +13,8 @@ import ( ) const ( - wangyiyunURL = "http://ovooa.com/API/wyrp/api.php?type=text" - wangyiyunReferer = "http://ovooa.com/" + wangyiyunURL = "https://api.gmit.vip/Api/HotComments?format=text" + wangyiyunReferer = "https://api.gmit.vip/" ua = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36" )