Commit 60b413de authored by zhangdongying's avatar zhangdongying

订单系统同步物流渠道

parent d70cfb63
<?php
/**
* 订单物流部分
*
* @author zhangdongying
* @date 2023-11-17
*/
declare(strict_types=1);
namespace Meibuyu\Rpc\Service\Interfaces\Order;
interface LogisticsServiceInterface
{
/**
* 同步渠道信息
*
* @param array $channel 渠道信息,['channel_id'=>1,'channel_name'=>'','logistics_id'=>2,'ship_type_id'=>3]
* @return bool
*/
public function syncChannel(array $channel): bool;
}
\ 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