zhongrj
2024-01-08 ae935b68e75e7c90e27aecedefa971106927c38d
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));
   }
}