Update jd_task_deliverySign.js

This commit is contained in:
可达鸭 2025-03-02 23:17:43 +08:00
parent f6f7f910a5
commit fff6e62991

View File

@ -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
} }
} }