'待核销', self::LOSE => '已失效', // 已付款 self::EXPIRED => '已过期', self::REFUNDED => '已退款', self::STOPPED => '已停卡', ]; } public static function getLimitTypeMap(): array { return [ self::LIMIT_NO => '不限购', self::LIMIT_YES => '限购', ]; } public static function getOpenTypeMap(): array { return [ self::OPEN_TYPE_BUY => '下单购买', self::OPEN_TYPE_EXCHANGE => '兑换码兑换', ]; } }