缓存key增加模块组标识

feat/task1-c-wallet
gongfuxiang 2022-04-22 09:28:47 +08:00
parent 7d6182e18f
commit 7cd4a9ec15
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class SystemService
*/
public static function CacheKey($key)
{
return MyConfig($key).'_'.SYSTEM_TYPE;
return MyConfig($key).'_'.SYSTEM_TYPE.'_'.RequestModule();
}
}
?>