@@ -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 => {