linwe
2024-01-27 8a95a07f1ce3641ef00d0a58bd9abfee96491163
src/main/java/org/springblade/modules/property/controller/PropertyCompanyController.java
@@ -178,5 +178,13 @@
      return R.data(propertyCompanyService.getDetail(propertyCompany));
   }
   /**
    * 物业公司 商户配置
    * @return
    */
   @GetMapping("/getPayConfig")
   @ApiOperation(value = "商户配置")
   public R getPayConfig(PropertyCompanyVO propertyCompany) {
      return R.data(propertyCompanyService.getPayConfig(propertyCompany));
   }
}