Commit aa54667e authored by zhaopeng343's avatar zhaopeng343

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

parents e2a89e7c 2cf159b1
...@@ -9,7 +9,7 @@ interface LogisticsServiceInterface ...@@ -9,7 +9,7 @@ interface LogisticsServiceInterface
/** /**
* 将物流单号推送到物流中心,物流中心会时刻监视运单变化实时推送给订阅模块 * 将物流单号推送到物流中心,物流中心会时刻监视运单变化实时推送给订阅模块
* @param string $module 模块名称 * @param string $module 模块名称
* @param array $logisticsInfo 物流公司信息 $logisticsInfo = ['logistics_code' => '', 'logistics_no' => '']; * @param array $logisticsInfo 物流公司信息 $logisticsInfo = [['logistics_code' => '', 'logistics_no' => '']];
* @return mixed * @return mixed
*/ */
......
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