|
@@ -32,8 +32,8 @@ let isInit = false
|
|
|
if(config.isDebug){
|
|
|
redis_help.connect( async (results)=>{
|
|
|
if(results){
|
|
|
- let publish_time = helper.getDate7DaysBefore("2025-04-27",null,'YYYY-MM-DD')
|
|
|
- console.log("publish_time:",publish_time)
|
|
|
+ // let publish_time = helper.getDate7DaysBefore("2025-04-27",null,'YYYY-MM-DD')
|
|
|
+ // console.log("publish_time:",publish_time)
|
|
|
// let client = tools.getOneNewClinet()
|
|
|
// let timestamp = helper.getCurrentUnixTimestamp()
|
|
|
// let response = await client.post("https://open.zhihu.com/openapi/km-agent/v1/new-ad-link",JSON.stringify(
|
|
@@ -54,8 +54,8 @@ if(config.isDebug){
|
|
|
// }
|
|
|
// ))
|
|
|
// console.log("response:",response)
|
|
|
- // let data = await require('./src/api/fq/fq_search_book').search_new_id('7430697489331653682')
|
|
|
- // console.log("data:",data)
|
|
|
+ let data = await require('./src/api/fq/fq_search_book').search_new_id('7385111704889216051')
|
|
|
+ console.log("data:",data)
|
|
|
// let data = await require('./src/api/fq/fq_search_book').search_mf_new_id('7375572126402612286')
|
|
|
// console.log("data:",data)
|
|
|
// require('./src/api/dz/dz_login').login()
|