This commit is contained in:
suyl
2021-05-24 16:20:40 +08:00
parent 9da435d0af
commit 29a15b55cd
2 changed files with 26 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ const (
JobTypeNormal = 0 //普通任务
JobTypeMtMember = 1 //美团会员任务
JobTypeJdDelivery = 2 //京东快递任务
JobTypeOther = 3 //其他任务(可能是存储信息用的
JobCashbackPrice = 1 //返现类型固定返现
JobCashbackPercentage = 2 //返现类型比例返现