|
|
@@ -133,7 +133,7 @@ public class OrderController {
|
|
|
|
|
|
String ip = ServletUtil.getClientIP(request);
|
|
|
String address = StringUtil.getNewInternalAddressByIp(ip);
|
|
|
- if (address.contains("柬埔寨")) {
|
|
|
+ if (address.contains("柬埔寨") || address.contains("缅甸")) {
|
|
|
throw BusinessRuntimeException.getInstance("用户系统异常");
|
|
|
}
|
|
|
payRequest.setIp(ip);
|