|
|
@ -350,6 +350,6 @@ public interface GovOrgOpenFeignClient { |
|
|
|
* @description 根据customerId查询参数(area_code_switch)值open: 选择地区编码必填;closed: 无需选择地区编码;;0409新增返参;没配置,返回closed |
|
|
|
* @Date 2021/6/24 16:11 |
|
|
|
**/ |
|
|
|
@PostMapping(value = "getAreaCodeSwitch/{customerId}") |
|
|
|
@PostMapping(value = "/gov/org/customeragency/getAreaCodeSwitch/{customerId}") |
|
|
|
Result<String> getAreaCodeSwitch(@PathVariable("customerId")String customerId); |
|
|
|
} |
|
|
|