Commit 80534798 by 王昆

gsb

parent 4c3e413c
......@@ -14,6 +14,8 @@ class ApiAccessKeyCache extends CacheBase {
}
async buildCacheVal(cachekey, inputkey, val, ex, ...items) {
var acckapp = await this.restS.execPost({ appkey: settings.appKey, secret: settings.secret }, settings.paasUrl() + "api/auth/accessAuth/getAccessKey");
console.log(settings.paasUrl(), acckapp, "req platform result -----------------------");
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