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