From 91f1db4e7cda969c1b10ee056e2a4bbd5a1bc57e Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 26 Mar 2021 12:27:47 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/modules/helpCenter/controller/ViewController.java |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/helpCenter/controller/ViewController.java b/src/main/java/com/xcong/excoin/modules/helpCenter/controller/ViewController.java
index 650f4c4..604e3a1 100644
--- a/src/main/java/com/xcong/excoin/modules/helpCenter/controller/ViewController.java
+++ b/src/main/java/com/xcong/excoin/modules/helpCenter/controller/ViewController.java
@@ -27,7 +27,7 @@
      */
     @GetMapping("helpCenterList")
     @RequiresPermissions("helpCenterList:view")
-    public String traderUpdate() {
+    public String helpCenterList() {
         return FebsUtil.view("modules/helpCenter/helpCenterList");
     }
     
@@ -60,5 +60,39 @@
     public String helpCenterAdd() {
         return FebsUtil.view("modules/helpCenter/helpCenterAdd");
     }
+    
+    /**
+     * 帮助中心---类型---列表
+     * @return
+     */
+    @GetMapping("helpCenterTypeList")
+    @RequiresPermissions("helpCenterTypeList:view")
+    public String helpCenterTypeList() {
+        return FebsUtil.view("modules/helpCenter/helpCenterTypeList");
+    }
 
+    /**
+     * 帮助中心---类型---新增
+     */
+    @GetMapping("helpCenterTypeAdd")
+    @RequiresPermissions("helpCenterTypeAdd:add")
+    public String helpCenterTypeAdd() {
+    	return FebsUtil.view("modules/helpCenter/helpCenterTypeAdd");
+    }
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
 }

--
Gitblit v1.9.1