1
This commit is contained in:
parent
370e1e3b70
commit
1da0ef5c18
@ -448,7 +448,7 @@ export async function upgradeVideoResolution(
|
||||
},
|
||||
});
|
||||
if (!result[historyId]){
|
||||
logger.warn(`高清 记录ID不存在: ${historyId} 重试次数: ${emptyCount}`);
|
||||
logger.warn(`高清 记录ID不存在: ${historyId} 重试次数: ${emptyCount} res: ${JSON.stringify(result)}`);
|
||||
emptyCount--;
|
||||
if(emptyCount<=0){
|
||||
throw new APIException(EX.API_HISTORY_EMPTY, "高清 记录不存在: " + JSON.stringify(result));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user