diff --git a/index.html b/index.html index 501fb6e..efb4f5b 100644 --- a/index.html +++ b/index.html @@ -148,7 +148,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(); })