@@ -48,7 +48,9 @@ CMD.runTask = async function(data,main_info,PlatformInfo,call_back){
chapterChargeStart:chapterChargeStart,
chapterKandian:chapterKandian
})
+ call_back(data,info)
} catch (error) {
+ call_back(data,null)
console.error('fq_create_link :Error:', error);
// 处理错误
}
@@ -102,7 +102,7 @@ async function processDetailTask() {
let response = await pullDataService.get_detail(materialId_list)
if(!response.success){
console.log("get_detail:",response)
- throw {msg:response,timeRange:cur_timeRange,fun:"get_detail"}
+ throw {msg:response,timeRange:cur_timeRange,fun:"get_detail",materialId_list:materialId_list}
if(cur_timeRange!=null){