This commit is contained in:
张成
2025-12-18 13:21:30 +08:00
parent 3323b4f6b4
commit c6e2de7df4
3 changed files with 3 additions and 3 deletions

View File

@@ -578,7 +578,7 @@ class ScheduledJobs {
// 添加自动投递任务到队列
await this.taskQueue.addTask(userData.sn_code, {
taskType: 'auto_deliver',
taskName: `自动投递 - ${userData.keyword || '默认关键词'}`,
taskName: `自动投递 - ${userData.keyword || ''}`,
taskParams: {
keyword: userData.keyword || '',
platform: userData.platform_type || 'boss',