'按件计费', self::CHARGE_WAY_WEIGHT => '按重量计费', self::CHARGE_WAY_VOLUME => '按体积计费', ]; if (true === $type) { return $data; } return $data[$type] ?? '未知'; } }