edit-sylive-item2

This commit is contained in:
lccsw
2022-11-09 20:12:15 +08:00
parent f4e464180d
commit f7aef20e45
6 changed files with 49 additions and 10 deletions
+7
View File
@@ -471,4 +471,11 @@ class Syt extends CI_Controller
}
echo '执行结束';
}
//更新黑名单
public function up_black(){
$ckey = 'SYLIVE_BLACK_MOBLIE_LIST';
$redis = &load_cache('redis');
$res = $redis->delete($ckey);
echo "更新成功:{$res}";
}
}