1
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user