mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-15 15:10:44 +08:00
Update jd_task_receive.js
This commit is contained in:
parent
c85c28378b
commit
693edf3b86
@ -28,7 +28,7 @@ export class Main extends Template {
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
if (this.haskey(receive, 'rs.receiveAmount')) {
|
if (this.haskey(receive, 'rs.receiveAmount')) {
|
||||||
this.msg(`订单数量:${receive.rs.orderCount} 返豆: ${receive.rs.receiveAmount}`)
|
p.msg(`订单数量:${receive.rs.orderCount} 返豆: ${receive.rs.receiveAmount}`)
|
||||||
p.info.work = true
|
p.info.work = true
|
||||||
}
|
}
|
||||||
else if (this.haskey(receive, 'code', '1780021')) {
|
else if (this.haskey(receive, 'code', '1780021')) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user