Commit 2cf159b1 authored by jiangkebao's avatar jiangkebao

修改注释

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