|
@@ -265,7 +265,9 @@ async function processTask(){
|
|
throw response
|
|
throw response
|
|
}
|
|
}
|
|
// console.log("get_novel_material_list:",response)
|
|
// console.log("get_novel_material_list:",response)
|
|
- let detail_item = await process_material_list(response,cur_page,cur_timeRange)
|
|
|
|
|
|
+ let detail_item = await process_material_list(response,cur_page,cur_timeRange).catch(err=>{
|
|
|
|
+ console.error('process_material_list 执行错误:', err);
|
|
|
|
+ })
|
|
// { page: 1, offset: 0, limit: 500 },
|
|
// { page: 1, offset: 0, limit: 500 },
|
|
// task_params = helper.getPaginationParams(detail_item.count,500)
|
|
// task_params = helper.getPaginationParams(detail_item.count,500)
|
|
// task_params.shift()
|
|
// task_params.shift()
|