|
|
@@ -314,6 +314,9 @@ public class PlanNewOutController {
|
|
|
*/
|
|
|
@PostMapping("hfoInfo")
|
|
|
public Mono<RStatus<DataLists>> hfoInfo(@RequestBody HfoRequest request, ServerWebExchange exchange){
|
|
|
+ if (Objects.isNull(request.getCode()) || "".equals(request.getCode().trim())) {
|
|
|
+ throw new BaseException("code异常");
|
|
|
+ }
|
|
|
ServerHttpRequest httpRequest = exchange.getRequest();
|
|
|
InetSocketAddress remoteAddress = httpRequest.getRemoteAddress();
|
|
|
String ipAddress;
|