904118851 hace 1 mes
padre
commit
2acf8a846c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/fq/fq_search_book.js

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

@@ -145,7 +145,7 @@ CMD.search_new_id = async function(bookId,call_back){
     };
     
     try{
-        let client =  tools.getOneProxyNewClinet()
+        let client =  tools.getOneNewClinet()
         let response = await client.get(url,{headers})
         // let response = await fetch(url, {
         //     method: 'GET',