904118851 3 meses atrás
pai
commit
2f7511bbdf

+ 1 - 1
MAIN_SERVE_FACTORY/MAIN_SERVE_FACTORY.js

@@ -161,7 +161,7 @@ CMD.syncMain = async function(tg_platform_id, main_info) {
                 "page_number": cur_page,
                 "is_auto": "",
                 "is_store": "",
-                "genre": main_info.genre,
+                "genre": "", //main_info.genre
                 "alias_name": "",
                 "stat_cost":"",
                 "min_book_word":min_book_word,

+ 1 - 0
src/api/fq/fq_search_book.js

@@ -104,6 +104,7 @@ CMD.search_new_id = async function(bookId,call_back){
 
       try {
           const response = await axios(config);
+          console.log("response:",response)
           if(response.data.code!=0){
               throw response.data
           }