Skip to content

Commit

Permalink
增加填写收货地址路径提示
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh26 committed Jun 4, 2021
1 parent 414e676 commit ce565b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jd_star_shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,14 @@ async function main() {
}else{
console.log(`获得实物:${$.rewards[i].prizeDesc || ''},已填写地址`);
}
} else {
} else if ($.rewards[i].prizeType === 10) {
console.log(`获得京豆`);
} else {
console.log(`获得其他:${$.rewards[i].prizeDesc || ''}`);
}
}
if(sendMessage){
sendMessage += `填写收货地址路径:\n京东首页,搜索明星(蔡徐坤),进入明星小店,我的礼物,填写收货地址`;
await notify.sendNotify(`星店长`, sendMessage);
}
}
Expand Down

0 comments on commit ce565b6

Please sign in to comment.