src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/mall/controller/AdminRunVipController.java
@@ -28,6 +28,7 @@ private final ISystemService systemService; @PostMapping(value = "/bonusSystemSetting") @ControllerEndpoint(operation = "碳积分-系统设置", exceptionMessage = "操作失败") public FebsResponse bonusSystemSetting(@RequestBody Map<String, Object> map) { systemService.bonusSystemSetting(map); return new FebsResponse().success().message("设置成功");