Commit 4cb6979b authored by gongyuanbiao's avatar gongyuanbiao

物流公司 渠道

parent ddc10580
......@@ -17,9 +17,14 @@ interface ChannelAndCompanyInterface
*/
public function getChannelByIds(array $channelIds): array;
/**
/**
* 通过公司id获取公司信息
* @param array $companyIds companyIds:公司id数组, 格式:[1,3,5]
* @param array $companyIds $param:公司ids数组、公司名称, 格式:
* $post=[
* 'ids'=>[1,2,3],
* 'name'=>'华东急速国际',
* ];
*
* @return array
*/
public function getCompanyByIds(array $companyIds): 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