Commit 61220171 by 王栋源

wdy

parent df44e509
......@@ -18,6 +18,7 @@ class ApiAccessKeyCache extends CacheBase {
var acckapp = await this.restS.execPost({ appkey: appkey, secret: secret }, settings.paasUrl() + "api/auth/accessAuth/getAccessKey");
var s = acckapp.stdout;
console.log(acckapp.stdout, "ApiAccessKeyCache............. acckapp.stdout..........")
console.log("------------------------------------------cuowu--------------------------------------")
if (s) {
var tmp = JSON.parse(s);
return tmp;
......
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