1
This commit is contained in:
@@ -89,7 +89,7 @@ class SearchHandler extends BaseHandler {
|
||||
command_type: 'get_job_list',
|
||||
command_name: '获取职位列表',
|
||||
command_params: JSON.stringify(commandParams),
|
||||
priority: config.getTaskPriority('search_jobs') || 8
|
||||
priority: config.getTaskPriority('auto_search') || 8
|
||||
};
|
||||
|
||||
// 5. 执行搜索指令
|
||||
|
||||
Reference in New Issue
Block a user