Commit 38d83a75 authored by gongyuanbiao's avatar gongyuanbiao

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 878d5339 fa264768
...@@ -51,4 +51,13 @@ interface PurchaseInfoServiceInterface ...@@ -51,4 +51,13 @@ interface PurchaseInfoServiceInterface
*/ */
public function orderPushPurchase($post); public function orderPushPurchase($post);
/**
* 子订单号获取物流信息
* @param array $subOrderNos
* @return array
*/
public function getLogisticsInfo(array $subOrderNos);
} }
\ 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