From 907e92d0e237ceeb450d64d68e73175a35d7b18c Mon Sep 17 00:00:00 2001 From: hp <2969694837@qq.com> Date: Thu, 27 Oct 2022 17:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=8E=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/yxt/anrui/portal/api/index/AppIndexFeign.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/index/AppIndexFeign.java b/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/index/AppIndexFeign.java index 2c3e3bfbab..a78a4748e6 100644 --- a/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/index/AppIndexFeign.java +++ b/anrui-portal/anrui-portal-api/src/main/java/com/yxt/anrui/portal/api/index/AppIndexFeign.java @@ -19,7 +19,7 @@ import java.util.List; fallback = AppIndexFeignFallBack.class) public interface AppIndexFeign { - @ApiOperation(value = "App首页") + @ApiOperation(value = "App首页 ") @ResponseBody @GetMapping("/index") public ResultBean index(@RequestParam("userSid") String userSid);