TaskStepFuncType.php 182 B

12345678910
  1. <?php
  2. /// @Brief 步骤函数类型
  3. class TaskStepFuncType
  4. {
  5. const INTEGRAL = 1; // 积分
  6. const COUPON = 2; // 优惠劵
  7. const LEVEL = 3; // 会员等级
  8. }