Commit e29eec6b authored by jiangkebao's avatar jiangkebao

添加物流跟踪系统订单推送rpc 接口

parent fb493800
<?php
namespace Meibuyu\Micro\Service\Interfaces\Logistics;
interface LogisticsServiceInterface
{
/**
* 将物流单号推送到物流中心,物流中心会时刻监视运单变化实时推送给订阅模块
* @param $module 模块名称
* @param $logisticsCode 物流公司编码
* @param $logisticsNo 物流单号
* @return mixed
*/
public function push($module,$logisticsCode, $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