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