1
This commit is contained in:
parent
964b27df2d
commit
9930b2a979
@ -397,7 +397,8 @@ export class TaskPollingService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const { status, fail_code: failCode, item_list } = result[historyId];
|
const { status, fail_code: failCode, item_list } = result[historyId];
|
||||||
|
|
||||||
|
taskLog(`调用即梦API检查结果 ${task.task_id} [status:${status} fail_code: ${failCode}]`);
|
||||||
if (status === 20) {
|
if (status === 20) {
|
||||||
// 仍在生成中,更新下次轮询时间
|
// 仍在生成中,更新下次轮询时间
|
||||||
await GenerationTask.updateOne(
|
await GenerationTask.updateOne(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user