12121
This commit is contained in:
@@ -53,4 +53,6 @@ public interface IMessageService
|
||||
Task<bool> SendBroadcast(string userId, string code, string msg);
|
||||
|
||||
#endregion
|
||||
|
||||
Task HandleMessageData();
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
public interface INoticeService
|
||||
{
|
||||
Task<List<game_notice>> GetNoticeDataByTake(int take);
|
||||
Task<List<game_notice>> GetNoticeDataByMap();
|
||||
Task<List<game_notice>> GetNoticeData(int page, int limit, RefAsync<int> total);
|
||||
Task<game_notice> GetNoticeInfo(string id);
|
||||
}
|
||||
Reference in New Issue
Block a user