Commit e2a89e7c authored by zhaopeng343's avatar zhaopeng343

Merge branch 'jiangkebao' of git.huaperfect.com:hwq/micro into order_rpc

parents a8afe90e 02425435
......@@ -8,10 +8,10 @@ interface LogisticsServiceInterface
{
/**
* 将物流单号推送到物流中心,物流中心会时刻监视运单变化实时推送给订阅模块
* @param $module 模块名称
* @param $logisticsCode 物流公司编码
* @param $logisticsNo 物流单号
* @param string $module 模块名称
* @param array $logisticsInfo 物流公司信息 $logisticsInfo = ['logistics_code' => '', 'logistics_no' => ''];
* @return mixed
*/
public function push($module,$logisticsCode, $logisticsNo);
public function push($module,$logisticsInfo);
}
\ 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