🕘/crontab
命令介绍
这个命令可以管理您的每日任务,包括添加、删除、查询。每日任务于每日上午九点自动执行,执行完成后将会通知您执行结果。
使用方法
/crontab {create/delete/list} [parameter]
create
/crontab create {checkin/draw} [parameter]
checkin
/crontab create checkin [other_token]
other_token:选填,默认使用您在/settoken中设定的token,若填写,则为您指定的token。
draw
/crontab create draw {alipay/rainyun} <keeppoint> [other_token]
target:可选alipay/rainyun,如果您选择alipay,您需要事先在雨云控制台绑定您的alipay账户。
keeppoint:保留的积分数,比如您填写40000,那么您需要拥有至少40000+60000=100000的积分,系统才会执行自动提现。
other_token:选填,默认使用您在/settoken中设定的token,若填写,则为您指定的token。
list
/crontab list
可用于获取任务列表,包括任务ID,任务类型。
delete
/crontab delete <ID>
ID:任务ID,通过获取任务列表获得。
最后更新于