You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/libs/tool/class.IsvLogConst.php

17 lines
456 B
PHP

<?php
class IsvLogConst {
const typeLogistics = 'logistics';
const bizNameUploadOrderOutstorage = 'upload_order_outstorage';
const bizNameSubmitBatchLogisticsSend = 'submit_batch_logistics_send';
public static function getPrintWangDianBizName($printFrom) {
return sprintf('print_wangdian_from_%s', $printFrom);
}
public static function getPrintPddBizName($printFrom) {
return sprintf('print_pdd_from_%s', $printFrom);
}
}