Commit 5573bec6 by 展昭

update

parent f593fc0f
Showing with 1 additions and 0 deletions
......@@ -46,6 +46,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;
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