1212121
This commit is contained in:
@@ -20,4 +20,14 @@ public interface IUnitUserRelationService
|
||||
Task<bool> DeleteUserEnemy(string userId, string eId);
|
||||
|
||||
#endregion
|
||||
|
||||
#region 魅力相关
|
||||
|
||||
Task<game_charm_log> GetUserNewGift(string userId);
|
||||
Task<List<GiftLogView>> GetUserGiftLog(string userId, int page, int limit, RefAsync<int> total);
|
||||
|
||||
Task<bool> AddCharm(string userId, string fromId, int goodsId, string name, string img, int charm,
|
||||
int count);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user