From c148720d31eb2f8d68352e64eaddf17fd5b66a5a Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 07 七月 2023 18:13:14 +0800
Subject: [PATCH] 合并代码

---
 cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java b/cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java
index 52ec93f..4a43283 100644
--- a/cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java
+++ b/cloud-server-account/src/main/java/com/dsh/account/controller/ExploreWPController.java
@@ -28,12 +28,12 @@
     private TStudentService tsService;
 
     @ResponseBody
-    @PostMapping("/api/exploreWP/noticeList")
+    @PostMapping("/api/exploreWP/indexOfEx")
     @ApiOperation(value = "联系客服-探索首页", tags = {"APP-探索玩湃"})
     @ApiImplicitParams({
             @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....")
     })
-    public ResultUtil<ExploreDatasVo> indexOfExploreDetail(@RequestBody LonLatRequest llrequest){
+    public ResultUtil<ExploreDatasVo> indexOfExploreDetail(LonLatRequest llrequest){
         try {
             return ResultUtil.success(tsService.queryIndexOfExplores(llrequest));
         }catch (Exception e){
@@ -56,7 +56,7 @@
 
 
     @ResponseBody
-    @PostMapping("/api/exploreWP/noticeList")
+    @PostMapping("/base/exploreWP/noticeDetail")
     @ApiOperation(value = "联系客服-公告详情", tags = {"APP-探索玩湃"})
     public ResultUtil<SysNotice> queryNotice(@RequestBody Integer noId){
         try {
@@ -68,7 +68,7 @@
 
 
     @ResponseBody
-    @PostMapping("/base/exploreWP/noticeList")
+    @PostMapping("/base/exploreWP/exceptionList")
     @ApiOperation(value = "联系客服-常见问题列表", tags = {"APP-探索玩湃"})
     public ResultUtil<QuestionDetailsVo> queryFrequentlyAskedQuestionDetails(){
         try {
@@ -80,7 +80,7 @@
 
 
     @ResponseBody
-    @PostMapping("/base/exploreWP/noticeList")
+    @PostMapping("/base/exploreWP/exceptionDetail")
     @ApiOperation(value = "联系客服-常见问题详情", tags = {"APP-探索玩湃"})
     public ResultUtil<QuestionIns> queryQuestionData(@RequestBody Integer quesId){
         try {
@@ -91,7 +91,7 @@
     }
 
     @ResponseBody
-    @PostMapping("/base/exploreWP/noticeList")
+    @PostMapping("/base/exploreWP/customerList")
     @ApiOperation(value = "联系客服-客服电话列表", tags = {"APP-探索玩湃"})
     public ResultUtil<List<String>> queryCustomerData(){
         try {

--
Gitblit v1.7.1