//获得当前角色当天在线时间
 public long GetTodayOnlineTime()
 {
     return(mImpl.GetTodayOnlineTime(this));
 }