增加称号跟徽章接口
This commit is contained in:
@@ -2,5 +2,9 @@
|
||||
|
||||
public interface IGameMaxNameService
|
||||
{
|
||||
|
||||
#region unit_user_maxname
|
||||
Task<bool> UpdateUserMaxname(unit_user_maxname name);
|
||||
Task<unit_user_maxname> GetUserMaxnameInfo(string umnId);
|
||||
Task<List<unit_user_maxname>> GetUserMaxnameList(string userId, int page, int limit, RefAsync<int> total);
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user