Commit 6c58a978 by 展昭

update

parent 5573bec6
Showing with 1 additions and 1 deletions
......@@ -47,7 +47,7 @@ function getAccessToken(authcode) {
axios.post(url, qs.stringify(pms)).then(res => {
if (res && res.status) {
console.log('res.data=',res.data);
const accessToken = res.data.accessToken;
const accessToken = res.data.access_token;
console.log('accessToken=',accessToken);
resolve(accessToken);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment