chengf
2026-03-11 b88a288f4f787b509463678e3cd9ccfa3f37014b
service-user/src/main/java/com/java110/user/cmd/user/OwnerSendSmsCmd.java
@@ -72,6 +72,7 @@
//super.validatePageInfo(reqJson);
        Assert.hasKeyAndValue(reqJson, "queryWay", "未包含查询方式");
        Assert.hasKeyAndValue(reqJson, "communityId", "未包含小区");
        if ("room".equals(reqJson.getString("queryWay"))) {
            Assert.hasKeyAndValue(reqJson, "roomNum", "未包含房屋信息");