java110
2020-11-23 9705e6673ecf63454b873c2d508c6544d5f9334b
service-fee/src/main/java/com/java110/fee/api/FeeApi.java
@@ -192,7 +192,6 @@
     */
    @RequestMapping(value = "/getOweFees", method = RequestMethod.GET)
    public ResponseEntity<String> getOweFees(
            @RequestParam(value = "payObjType") String payObjType,
            @RequestParam(value = "communityId") String communityId,
            @RequestParam(value = "billType") String billType,