优化客服CK重登流程
This commit is contained in:
@@ -22,6 +22,10 @@ const ACTION_OPTIONS = [
|
||||
{ value: 'recharge:huya:create', label: '虎牙创建充值批次' },
|
||||
{ value: 'recharge:huya:stop', label: '虎牙停止充值批次' },
|
||||
{ value: 'recharge:huya:config', label: '虎牙充值配置' },
|
||||
{ value: 'cookie:check', label: '检测账号 CK' },
|
||||
{ value: 'cookie:relogin', label: '创建 CK 重登批次' },
|
||||
{ value: 'cookie:relogin_invalid', label: '批量重登失效 CK' },
|
||||
{ value: 'cookie:relogin_stop', label: '停止 CK 重登批次' },
|
||||
];
|
||||
|
||||
const ACTION_LABELS = new Map(ACTION_OPTIONS.map((item) => [item.value, item.label]));
|
||||
|
||||
Reference in New Issue
Block a user