java110
2022-06-16 5d167ea6e943dd1574e0e6ed70ff25b8d4830f61
service-fee/src/main/java/com/java110/fee/api/PayFeeDetailApi.java
old mode 100644 new mode 100755
@@ -32,6 +32,7 @@
        JSONObject reqJson = JSONObject.parseObject(reqJsonStr);
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含小区信息");
        Assert.hasKeyAndValue(reqJson, "objType", "请求报文中未包含费用对象");
        Assert.hasKeyAndValue(reqJson, "batchId", "请求报文中未包含批次");