You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package task
-
- func Accomplish() error {
- //1、幂等性判断
- //2、获取任务配置
- //3、判断任务是否可以完成
- //4、生成任务记录
- //5、触发奖励发放
- return nil
- }
|