'实物商品', self::TYPE_VIRTUAL => '虚拟商品', ]; if ($type === true) { return $desc; } return $desc[$type] ?? ''; } }