Commit abebaf6b authored by fuyunnan's avatar fuyunnan

Merge branch 'master_logistics' into test

parents 91c34dc7 98cdb524
......@@ -14,4 +14,11 @@ interface LogisticsServiceInterface
*/
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