| | |
| | | * @author: AI |
| | | * @date: 2022-09-28 15:40 |
| | | **/ |
| | | @FeignClient(url = "http://10.53.139.176:81/api", name = "cityApi") |
| | | @FeignClient(url = "https://zhzf.zfj.lishui.gov.cn/api", name = "cityApi") |
| | | public interface CityPlatformService { |
| | | |
| | | /** |
| | |
| | | * @date 2022-09-28 16:12 |
| | | */ |
| | | @PostMapping("/unauthorized/external/event/add") |
| | | ResultResponseDto<EventAddResponseDto> addEvent(EventAddParamDto paramDto); |
| | | String addEvent(EventAddParamDto paramDto); |
| | | |
| | | /** |
| | | * 事件详情 |
| | |
| | | * @date 2022-09-28 16:12 |
| | | */ |
| | | @PostMapping("/unauthorized/external/event/process") |
| | | ResultResponseDto<EventProcessResponseDto> getEventProcess(EventProcessParamDto paramDto); |
| | | String getEventProcess(EventProcessParamDto paramDto); |
| | | |
| | | |
| | | } |