Commit 0cea99cb by 宋毅

tj

parent 2a6f9bbb
......@@ -13,6 +13,7 @@ class ApiAccessKeyCache extends CacheBase {
return "g_accesskey_";
}
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..................");
var s = acckapp.stdout;
......
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