From 13cf5a68e9d64b722c1c38bb3d675b462ec19d5e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 18 May 2021 15:58:59 +0800
Subject: [PATCH] 20210518  申诉

---
 src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java b/src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java
index 377dfbf..0b8ffcc 100644
--- a/src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java
+++ b/src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java
@@ -25,4 +25,13 @@
         return FebsUtil.view("modules/otc/otcShopList");
     }
 
+    /**
+     * 获取商户审核列表
+     */
+    @GetMapping("otcAppealList")
+    @RequiresPermissions("otcAppealList:view")
+    public String otcAppealList() {
+        return FebsUtil.view("modules/otc/otcAppealList");
+    }
+
 }

--
Gitblit v1.9.1