Commit 36e65503 authored by huangjiamin's avatar huangjiamin

购买后将海外的IP添加KCP端口号

parent 8f3956e7
...@@ -394,7 +394,7 @@ public class ShopServiceImpl implements ShopService { ...@@ -394,7 +394,7 @@ public class ShopServiceImpl implements ShopService {
ipResourceDto = new IpResourceDto(ipResource, null, false); ipResourceDto = new IpResourceDto(ipResource, null, false);
} }
if(org.apache.commons.lang3.StringUtils.isNotBlank(ipResource.getRegion()) && region.contains(ipResource.getRegion())){ if(region.contains(ipResource.getRegion())){
ipResourceDto.setSecondaryProxyPort("20020"); ipResourceDto.setSecondaryProxyPort("20020");
} }
......
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