This commit is contained in:
张成
2026-02-28 14:15:49 +08:00
parent 0483d6d023
commit e44ffba1ef
4 changed files with 79 additions and 16 deletions

View File

@@ -87,7 +87,7 @@ class SearchHandler extends BaseHandler {
const searchCommand = {
command_type: 'get_job_list',
command_name: 'get_job_list',
command_name: '获取职位列表',
command_params: JSON.stringify(commandParams),
priority: config.getTaskPriority('search_jobs') || 8
};