1
This commit is contained in:
@@ -77,18 +77,12 @@ class SearchHandler extends BaseHandler {
|
||||
console.warn('[自动搜索] 读取 resume_info.deliver_tab_label 失败:', e.message);
|
||||
}
|
||||
|
||||
let listKeyword = (keyword && String(keyword).trim()) || (accountConfig.keyword && String(accountConfig.keyword).trim()) || '';
|
||||
if (!listKeyword && tabLabel) {
|
||||
listKeyword = tabLabel;
|
||||
}
|
||||
|
||||
const commandParams = {
|
||||
sn_code,
|
||||
keyword: listKeyword,
|
||||
platform: platformType,
|
||||
pageCount: pageCount || searchConfig.page_count || 3
|
||||
pageCount: pageCount || searchConfig.page_count || 3,
|
||||
...(tabLabel ? { tabLabel } : {})
|
||||
};
|
||||
if (tabLabel) commandParams.tabLabel = tabLabel;
|
||||
|
||||
const searchCommand = {
|
||||
command_type: 'get_job_list',
|
||||
|
||||
Reference in New Issue
Block a user