Commit c7243e25 authored by zhangdongying's avatar zhangdongying

返回值修改

parent af949157
......@@ -35,7 +35,7 @@ interface ChannelAndCompanyInterface
* @param int $channelId 渠道ID
* @param string $countryCode 国家二字码
* @param array $columns 列名
* @return array
* @return array|null
*/
public function getChannelRouteByCountryCode(int $channelId, string $countryCode, array $columns = ['*']): array;
public function getChannelRouteByCountryCode(int $channelId, string $countryCode, array $columns = ['*']);
}
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