diff --git a/jd_opencard96.js b/jd_opencard96.js index 291a037..b8002ff 100644 --- a/jd_opencard96.js +++ b/jd_opencard96.js @@ -284,6 +284,7 @@ async function dealReturn(type, data) { $.helpStatus = res.data.helpStatus || '' $.openStatus = res.data.openStatus || '' $.assistCount = res.data.assistCount || 0 + if(res.data.sendBeanNum) console.log(`获得${res.data.sendBeanNum}豆`) }else if(res.errorMessage){ console.log(`${type} ${res.errorMessage || ''}`) }else{