Commit a1f343fc authored by jiangkebao's avatar jiangkebao

添加rpc查询物流信息

parent 595e1394
......@@ -14,4 +14,11 @@ interface LogisticsServiceInterface
*/
public function push($module,$logisticsInfo);
/**
* 根据物流单号查询物流信息
* @param string $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