Commit af949157 authored by zhangdongying's avatar zhangdongying

新增物流RPC方法

parent e1ab89ae
......@@ -28,4 +28,14 @@ interface ChannelAndCompanyInterface
* @return array
*/
public function getCompanyByIds(array $companyIds, $status = 1): array;
/**
* 获取渠道路线列表(根据国家二字码)
*
* @param int $channelId 渠道ID
* @param string $countryCode 国家二字码
* @param array $columns 列名
* @return array
*/
public function getChannelRouteByCountryCode(int $channelId, string $countryCode, array $columns = ['*']): array;
}
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