get('locale'); if(empty($locale)){ return showJson('2101',false); } RedisService::set("caches:locale:lang_{$this->userId}", $locale, 24 * 3600); RedisService::keyDel('caches:config:app_ios'); RedisService::clear('caches:config:app_android'); session('lang_locale', $locale); return showJson(2102); } }