|
|
@@ -40,7 +40,7 @@ public class DomainOrderService {
|
|
|
if (notPaidOrders.size() > 0) {
|
|
|
throw new BusinessException("已存在未支付订单,不可继续下单");
|
|
|
}
|
|
|
- if (domain.length() < 9) {
|
|
|
+ if (domain.length() < 10) {
|
|
|
throw new BusinessException("四位及以下域名只能官方创建。");
|
|
|
}
|
|
|
Map<String, Object> checkResult = check(domain);
|