From b1516fedd7deedb61641321158fce862f77b4b4d Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 22 十一月 2022 11:51:53 +0800
Subject: [PATCH] 更新访问路径白名单,部分接口修改

---
 ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java b/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java
index 37feae5..815d910 100644
--- a/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java
+++ b/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java
@@ -73,7 +73,7 @@
      */
     @Transactional(rollbackFor = SQLException.class)
     @PostMapping
-    @ApiOperation(value = "鏂板鏁版嵁")
+    @ApiOperation(value = "鏂板璀﹀憳骞舵敞鍐�")
     public R insert(@RequestBody NewsPolice newsPolice) {
         this.newsPoliceService.save(newsPolice);
         return success(newsAdminService.autoCreateAdmin(newsPolice));

--
Gitblit v1.8.0