121
This commit is contained in:
@@ -13,4 +13,12 @@ public interface IAreaService
|
||||
/// <param name="areaId"></param>
|
||||
/// <returns></returns>
|
||||
Task<game_area> GetAreaInfo(int areaId);
|
||||
|
||||
#region 激活码
|
||||
|
||||
Task<game_ack> GetAckInfo(string code);
|
||||
Task<bool> UseAck(string code, string userId);
|
||||
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user