904118851 8 月之前
父節點
當前提交
9342c58a9c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/api/hy/hy_search_book.js

+ 1 - 0
src/api/hy/hy_search_book.js

@@ -33,6 +33,7 @@ CMD.just_do_it = async function(bookId){
     // 执行请求
     return await axios.post(url, {} , {headers:headers})
     .then(response => {
+        console.log("response.data.data:",response.data.data)
         return response.data.data
     })
     .catch(error => {