Commit fa65575d authored by 姜克保's avatar 姜克保

添加实时获取物流信息的rpc

parent 2c34ec8b
......@@ -18,4 +18,12 @@ interface LogisticsServiceInterface
* @return mixed
*/
public function logisticsInfo($logisticsNo);
/**
* 通过物流单号,快递公司编号实时获取物流信息
* @param $logisticsNo
* @param $logisticsCode
* @return mixed
*/
public function track($logisticsNo, $logisticsCode);
}
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