java110
2022-06-08 bf4bab696aeaaf94b6d95781e7607f17771f3d5c
service-fee/src/main/java/com/java110/fee/api/PayFeeDetailApi.java
@@ -31,6 +31,9 @@
    public ResponseEntity<String> saveImportFeeDetail(@RequestBody String reqJsonStr) {
        JSONObject reqJson = JSONObject.parseObject(reqJsonStr);
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含小区信息");
        Assert.hasKeyAndValue(reqJson, "objType", "请求报文中未包含费用对象");
        Assert.hasKeyAndValue(reqJson, "batchId", "请求报文中未包含批次");