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
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Application.Domain;
|
||||
|
||||
public interface IGameMaxNameService
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user