Commit 185e5384 by 宋毅

tj

parent 8e9cd4df
......@@ -196,7 +196,7 @@ class OpPlatformUtils {
//------------------------新的方式------------------------------------------------------------------------------------
async getReqTokenByHosts(app_hosts) {
var cacheManager = system.getObject("db.common.cacheManager");
var result = await cacheManager["AppTokenByHostsCache"].cache(app_hosts, null, system.exTime);
var result = await cacheManager["AppTokenByHostsCache"].cache(app_hosts, null, system.shortExTime);
return result;
}
async getReqUserPinByChannelUserId(pobj) {
......
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