Ejemplo n.º 1
0
 /// <summary>更新会员在线状态</summary>
 public void Online()
 {
     _loginService.AddExpire(_token);
 }