Commit dc0e1b91 by 宋毅

tj

parent 113e197f
......@@ -15,7 +15,7 @@ class ApiAccessKeyCache extends CacheBase {
async buildCacheVal(cachekey, inputkey, val, ex, ...items) {
console.log(settings.paasUrl(), "settings.paasUrl()..................");
var acckapp = await this.restS.execPost({ appkey: settings.appKey, secret: settings.secret }, settings.paasUrl() + "api/auth/accessAuth/getAccessKey");
console.log(buildCacheVal, "buildCacheVal..................");
console.log(acckapp, "buildCacheVal..................");
var s = acckapp.stdout;
if (s) {
var tmp = JSON.parse(s);
......
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