Commit 7b312dc9 authored by 王源's avatar 王源 🎧

修改根据国家地区code数组获取国家地区数组RPC方法

parent 368b22e2
...@@ -233,10 +233,11 @@ interface BaseInfoServiceInterface ...@@ -233,10 +233,11 @@ interface BaseInfoServiceInterface
/** /**
* 根据国家地区code数组获取国家地区数组 * 根据国家地区code数组获取国家地区数组
* @param array $codes 国家code数组 * @param array $codes 国家code数组
* @param null $countryId 国家id
* @param array $relations 关联关系,默认空 可填['country'] * @param array $relations 关联关系,默认空 可填['country']
* @return array 默认已keyBy('iso_code2') * @return array
* @author Zero * @author Zero
*/ */
public function getCountryZonesByCodes(array $codes, array $relations = []); public function getCountryZonesByCodes(array $codes, $countryId = null, array $relations = []);
} }
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