Logistics.php 247 B

1234567891011121314
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: yunzhong
  5. * Date: 2021/1/28
  6. * Time: 15:20
  7. */
  8. namespace app\common\modules\express\expressCompany;
  9. interface Logistics {
  10. public function getTraces($comCode, $expressSn, $orderSn,$phoneLastFour);
  11. }