From 806ebfaa1d14dabb9b1446d32026f4c2faa88185 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 26 Feb 2021 16:04:00 +0800 Subject: [PATCH] 20210226 指纹提交增加密码输入 --- src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java b/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java index 859dc6a..f29bdcf 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java +++ b/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java @@ -69,5 +69,7 @@ public Result getFollowFollowerNoticeList(@Valid FollowFollowerNoticeDto followFollowerNoticeDto); + public Result getTradeSetLabelInfo(); + } -- Gitblit v1.9.1