Commit 409ba42d authored by zhangdongying's avatar zhangdongying

接口修改

parent 62c8ab78
...@@ -8,19 +8,17 @@ interface LingxingServiceInterface ...@@ -8,19 +8,17 @@ interface LingxingServiceInterface
* 删除发货单 * 删除发货单
* *
* @param string $shipmentSn 发货单号 * @param string $shipmentSn 发货单号
* @return bool * @return array
* @throws \Throwable
*/ */
public function deleteDeliveryOrder(string $shipmentSn): bool; public function deleteDeliveryOrder(string $shipmentSn): array;
/** /**
* 作废发货单 * 作废发货单
* *
* @param string $shipmentSn 发货单号 * @param string $shipmentSn 发货单号
* @return bool * @return array
* @throws \Throwable
*/ */
public function invalidateDeliveryOrder(string $shipmentSn): bool; public function invalidateDeliveryOrder(string $shipmentSn): array;
/** /**
*推送供应商 *推送供应商
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment