Commit f1233df2 authored by huangjiamin's avatar huangjiamin

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

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