From 800fb356e6ced08c5341d6294b36eb92dd952710 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 24 七月 2024 19:21:46 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia --- server/web/src/main/java/com/doumee/api/web/CustomerApi.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/server/web/src/main/java/com/doumee/api/web/CustomerApi.java b/server/web/src/main/java/com/doumee/api/web/CustomerApi.java index 55e3fc4..a6a7e32 100644 --- a/server/web/src/main/java/com/doumee/api/web/CustomerApi.java +++ b/server/web/src/main/java/com/doumee/api/web/CustomerApi.java @@ -83,6 +83,9 @@ @Autowired private ActionsService actionsService; + + + @ApiOperation(value = "瀹㈡埛绔皬绋嬪簭鐧婚檰", notes = "瀹㈡埛绔皬绋嬪簭") @GetMapping("/wxLoginCustomer") @ApiImplicitParams({ @@ -328,6 +331,7 @@ + @UserLoginRequired @LoginRequired @ApiOperation(value = "琛屼负鍐呭鎺ュ彛 - 涓彴", notes = "瀹㈡埛绔皬绋嬪簭") @GetMapping("/actionDo") @@ -341,6 +345,7 @@ return ApiResponse.success("鎿嶄綔鎴愬姛"); } + @UserLoginRequired @LoginRequired @ApiOperation(value = "瀹氬埗鏈嶅姟鍒楄〃", notes = "瀹㈡埛绔皬绋嬪簭") @GetMapping("/getCustomizedNewsList") @@ -351,6 +356,7 @@ return ApiResponse.success("鏌ヨ鎴愬姛",newsService.getCustomizedNewsList(Constants.ONE,null,null)); } + @UserLoginRequired @LoginRequired @ApiOperation(value = "瀹氬埗鏈嶅姟璇︽儏", notes = "瀹㈡埛绔皬绋嬪簭") @GetMapping("/getCustomizedNewsDetail") @@ -435,6 +441,10 @@ } + + + + @UserLoginRequired @LoginRequired @ApiOperation(value = "浜у搧鍒嗛〉鍒楄〃 - 涓彴", notes = "瀹㈡埛绔皬绋嬪簭") -- Gitblit v1.9.3