Commit 56623d69 by cocomilk2012

update

parent 2903eb4d
Showing with 0 additions and 2 deletions
......@@ -68,8 +68,6 @@ function getAccessToken(authcode) {
};
axios.post(url, qs.stringify(pms)).then((res) => {
if (res && res.status) {
console.log('res.data.access_token', res.data.access_token);
const accessToken = res.data.access_token;
resolve(accessToken);
} else {
......
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