Browse Source

修改获取token接口路径

10-plugin-task-start
song 4 years ago
parent
commit
bf81f2f535
  1. 2
      index.html

2
index.html

@ -141,7 +141,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();
})

Loading…
Cancel
Save