Commit 0d1ca7e5 by 任晓松

update

parent caa84b87
...@@ -111,6 +111,7 @@ class ExecClient { ...@@ -111,6 +111,7 @@ class ExecClient {
} }
async exec360GetToken(url){ async exec360GetToken(url){
const qs = require('qs')
let obj = {"scope":"smart_business","grant_type":"client_credentials"} let obj = {"scope":"smart_business","grant_type":"client_credentials"}
let cmd = this.Fetch360PostCmd(qs.stringify(obj),url); let cmd = this.Fetch360PostCmd(qs.stringify(obj),url);
console.log(cmd); console.log(cmd);
......
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 to comment