"按时间开奖", self::lottery_method_people_number =>"按人数开奖", self::lottery_method_immediate =>"即抽即开", ]; } public static function AllType() { return [ self::type_prize =>"通用抽奖", self::type_redpack =>"红包抽奖", ]; } public static function AllRedackType() { return [ self::redpack_type_random =>"拼手气红包", self::redpack_type_uniformity =>"均匀分配红包", ]; } }