edit-sylive-item2
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user