|
@@ -33,8 +33,8 @@ CMD.just_do_it = async function(bookId){
|
|
|
// 执行请求
|
|
|
return await axios.post(url, {} , {headers:headers})
|
|
|
.then(response => {
|
|
|
- console.log("response.data.data:",response.data.data)
|
|
|
- if(response.data.data.code==0){
|
|
|
+ // console.log("response.data.data:",response.data.data)
|
|
|
+ if(response.data.data.total="0"){
|
|
|
return null
|
|
|
}
|
|
|
return response.data.data
|