From cb13a42c0d9299bbe042f8ffba3dfa309563d24c Mon Sep 17 00:00:00 2001 From: Shawn Rita <113410236+gaeduf@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:09:34 +0800 Subject: [PATCH] Update glados.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新请求参数内容 --- check_in/glados/glados.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_in/glados/glados.js b/check_in/glados/glados.js index ace6913..e543528 100644 --- a/check_in/glados/glados.js +++ b/check_in/glados/glados.js @@ -94,7 +94,7 @@ function signin() { 'Authorization': siauthorization, "Accept-Language": `zh-cn`, }; - const body = `{ "token": "glados.network" }`; + const body = `{ "token": "glados.one" }`; const signinRequest = { url: "https://glados.rocks/api/user/checkin", headers: header,