// 獲取前60天登陸數據
 public ulong GetLoginDays()
 {
     return(mImpl.GetLoginDays(this));
 }