|
|
@@ -72,7 +72,6 @@ public class AiwenIpService implements BizHandler<AiwenParam,AiwenParseIpInfoVO>
|
|
|
@Override
|
|
|
public AiwenParseIpInfoVO handle(AiwenParam aiwenIpParam, IpInterfacePO ipInterfacePO, ApiLogDto logDto) {
|
|
|
{
|
|
|
- logDto.setBusinessNo("aabbccddee");
|
|
|
String interfaceConfig = ipInterfacePO.getInterfaceConfig();
|
|
|
AiwenDto aiwenDto = JSON.parseObject(interfaceConfig, AiwenDto.class);
|
|
|
log.info("埃文解析的ip地址: {}", aiwenIpParam.getIp());
|