Commit 128efc5c authored by fuyunnan's avatar fuyunnan

Merge branch 'master_logistics'

parents 595e1394 98cdb524
...@@ -14,4 +14,11 @@ interface LogisticsServiceInterface ...@@ -14,4 +14,11 @@ interface LogisticsServiceInterface
*/ */
public function push($module,$logisticsInfo); public function push($module,$logisticsInfo);
/**
* 根据物流单号查询物流信息
* @param array $logisticsNo 物流订单号
* @return mixed
*/
public function logisticsInfo($logisticsNo);
} }
\ 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