mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-16 15:40:42 +08:00
Update jd_task_deliverySign.js
This commit is contained in:
parent
f6f7f910a5
commit
fff6e62991
@ -1,16 +1,18 @@
|
|||||||
import {Template } from '../../template.js'
|
import {Template} from '../../template.js'
|
||||||
|
|
||||||
export class Main extends Template {
|
export class Main extends Template {
|
||||||
constructor() {
|
constructor() {
|
||||||
super()
|
super()
|
||||||
this.profile = {
|
this.profile = {
|
||||||
title: "京东天天领豆",
|
title: "京东天天领豆",
|
||||||
crontab: 3,
|
crontab: 4,
|
||||||
model: 'user',
|
model: 'user',
|
||||||
sync: 1,
|
sync: 1,
|
||||||
prompt: {
|
prompt: {
|
||||||
activityId: '活动id1|id2'
|
activityId: '活动id1|id2'
|
||||||
},
|
},
|
||||||
|
delay: 800,
|
||||||
|
interval: 2000,
|
||||||
verify: 1
|
verify: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user