'已创建', self::PAID => '已支付', self::SHIPPED => '已发货', self::COMPLETED => '已完成', self::CANCELED => '已取消', ]; return $map[$status] ?? '未知'; } }