|
@@ -35,10 +35,10 @@ let isInit = false
|
|
|
if(config.isDebug){
|
|
|
redis_help.connect( async (results)=>{
|
|
|
if(results){
|
|
|
- let data = await require('./src/api/dz/dz_search_book').search_id('11010288676')
|
|
|
- console.log("data:",data.rows[0])
|
|
|
- let totalWordSize = data.rows[0].totalWordSize
|
|
|
- let totalChapterNum = data.rows[0].totalChapterNum
|
|
|
+ // let data = await require('./src/api/dz/dz_search_book').search_id('11010288676')
|
|
|
+ // console.log("data:",data)
|
|
|
+ // let totalWordSize = data.rows[0].totalWordSize
|
|
|
+ // let totalChapterNum = data.rows[0].totalChapterNum
|
|
|
// let book_info = await require("./src/api/qm_mf/qm_mf_search_book").search_name("巧克力薄脆","爸妈地震中只救假千金,我离开后他们后悔了")
|
|
|
// console.log("book_info:",book_info)
|
|
|
// await require("./5_CREATE_LINK_FACTORY/zh_create_link").makeRequest()
|