From c88a15817dad5ee098d7927d614148405a05a5f0 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 06 Aug 2020 16:23:11 +0800 Subject: [PATCH] modify add follow order --- 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 1692b89..10237e3 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 @@ -66,4 +66,6 @@ public Result getOutFollowInfo(@Valid OutFollowInfoDto outFollowInfoDto); + public Result getFollowFollowerNoticeList(); + } -- Gitblit v1.9.1