Browse Source

修改获取token接口路径

13-plugin-medical-skill
song 4 years ago
parent
commit
7e1760ae88
  1. 2
      index.html

2
index.html

@ -88,7 +88,7 @@
// 获取token // 获取token
getTokenByUserId(userId){ getTokenByUserId(userId){
var that = this 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) { .then(function(response) {
return response.json(); return response.json();
}) })

Loading…
Cancel
Save