Commit a5c4e38e by xmy

feat:即时配送

parent d8d30df7
......@@ -69,12 +69,10 @@ interface LogisticsInterface
* @param $buyerId
* @param array $receiver 收货人信息
* @param $orderSn 订单号
* @param $deliveryId 配送服务商id
* @param null $deliveryToken 预下单接口返回的参数,配送公司可保证在一段时间内运费不变
* @param $deliveryCode 配送服务代码 不同配送公司自定义, 顺丰和达达不填
* @return mixed
*/
public function order($storeId, $buyerId, array $receiver, $orderSn, $deliveryId, $deliveryToken, $deliveryCode = null);
public function order($storeId, $buyerId, array $receiver, $orderSn, $deliveryCode = null);
/**
......
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