修正任务时间转换
This commit is contained in:
@@ -229,8 +229,8 @@ namespace TcgEngine
|
||||
public struct PlayerTaskResponse
|
||||
{
|
||||
public string taskId;
|
||||
public long assignedTime;
|
||||
public long expireTime;
|
||||
public string assignedTime;
|
||||
public string expireTime;
|
||||
public int status;
|
||||
public int progress;
|
||||
}
|
||||
@@ -239,14 +239,14 @@ namespace TcgEngine
|
||||
public struct PlayerTasksResponse
|
||||
{
|
||||
public PlayerTaskResponse[] tasks;
|
||||
public long lastDailyTaskAssigned;
|
||||
public string lastDailyTaskAssigned;
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public struct PlayerTaskSaveRequest
|
||||
{
|
||||
public PlayerTaskResponse[] tasks;
|
||||
public long lastDailyTaskAssigned;
|
||||
public string lastDailyTaskAssigned;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user