Commit 31db8d1f authored by liu lu's avatar liu lu

子订单号获取物流信息

parent afe57c02
...@@ -51,4 +51,13 @@ interface PurchaseInfoServiceInterface ...@@ -51,4 +51,13 @@ interface PurchaseInfoServiceInterface
*/ */
public function orderPushPurchase($post); public function orderPushPurchase($post);
/**
* 子订单号获取物流信息
* @param $subOrderNo
* @return array
*/
public function getLogisticsInfo($subOrderNo);
} }
\ No newline at end of file
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