904118851 8 tháng trước cách đây
mục cha
commit
9342c58a9c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 => {