mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 12:40:44 +08:00
Update jd_task_shopGift.js
This commit is contained in:
parent
fb7ea18a24
commit
6a27ed1321
@ -69,7 +69,7 @@ export class Main extends Template {
|
||||
p.log("正在关注", this.haskey(drawShopGift, 'result.giftDesc') || '没有领取到')
|
||||
for (let g of this.haskey(drawShopGift, 'result.alreadyReceivedGifts') || []) {
|
||||
if (g.prizeType == 4) {
|
||||
this.msg(`京豆: ${g.redWord}`)
|
||||
p.msg(`京豆: ${g.redWord}`)
|
||||
}
|
||||
}
|
||||
await this.curl({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user