|
@@ -1,14 +1,11 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
|
|
|
-
|
|
|
|
|
namespace App\Services\Interfaces;
|
|
namespace App\Services\Interfaces;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
interface DeliveryInterface
|
|
interface DeliveryInterface
|
|
|
{
|
|
{
|
|
|
- function getDelivery($logisticNumber, $params);
|
|
|
|
|
-
|
|
|
|
|
- function getDeliveryInfo($logisticNumber, $params);
|
|
|
|
|
-
|
|
|
|
|
- function getImg($logisticNumber, $params);
|
|
|
|
|
|
|
+ function getDeliveryInfo($orderCodes, $logisticNumbers);
|
|
|
|
|
+ function getDelivery($item);
|
|
|
|
|
+ function getBase64($item);
|
|
|
|
|
+ function processing($params);
|
|
|
}
|
|
}
|