From 99335c9291eeae811531835da3766356a5aa733c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 18 May 2021 16:26:47 +0800 Subject: [PATCH] 20210518 委托单 --- src/main/java/com/xcong/excoin/modules/otc/controller/ViewController.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 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 0b8ffcc..a74a309 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 @@ -24,9 +24,17 @@ public String otcShopList() { return FebsUtil.view("modules/otc/otcShopList"); } + /** + * 获取委托单列表 + */ + @GetMapping("otcEntrustList") + @RequiresPermissions("otcEntrustList:view") + public String otcEntrustList() { + return FebsUtil.view("modules/otc/otcEntrustList"); + } /** - * 获取商户审核列表 + * 获取申诉列表 */ @GetMapping("otcAppealList") @RequiresPermissions("otcAppealList:view") -- Gitblit v1.9.1