|
@@ -26,6 +26,9 @@ async function processTask(){
|
|
let video_product_info = rows[index]
|
|
let video_product_info = rows[index]
|
|
|
|
|
|
let data = await require('../src/api/dz/dz_search_book').search_id(video_product_info.product_id)
|
|
let data = await require('../src/api/dz/dz_search_book').search_id(video_product_info.product_id)
|
|
|
|
+ // if(data!=null){
|
|
|
|
+
|
|
|
|
+ // }
|
|
let totalWordSize = data.words
|
|
let totalWordSize = data.words
|
|
let totalChapterNum = data.totalChapterNum
|
|
let totalChapterNum = data.totalChapterNum
|
|
|
|
|