From 817db9890dd95f28814d2a59c93b0046c454796a Mon Sep 17 00:00:00 2001 From: song Date: Mon, 13 Sep 2021 09:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96token?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7257176..0ec28e8 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ // 获取token getTokenByUserId(userId){ var that = this - fetch(`https://www.tall.wiki/gateway/tall/v1.0/users/userId?userId=${userId}`) + fetch(`https://www.tall.wiki/gateway/tall3/v3.0/users/userId?userId=${userId}`) .then(function(response) { return response.json(); })