25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BCGintelligentmail.php 502 B

3 년 전
123456789101112
  1. <?php
  2. $classFile = 'BCGintelligentmail.barcode.php';
  3. $className = 'BCGintelligentmail';
  4. $baseClassFile = 'BCGBarcode1D.php';
  5. $codeVersion = '5.2.0';
  6. function customSetup($barcode, $get) {
  7. if (isset($get['barcodeIdentifier']) && isset($get['serviceType']) && isset($get['mailerIdentifier']) && isset($get['serialNumber'])) {
  8. $barcode->setTrackingCode(intval($get['barcodeIdentifier']), intval($get['serviceType']), intval($get['mailerIdentifier']), intval($get['serialNumber']));
  9. }
  10. }
  11. ?>