示例#1
0
 //校验票据(内存数据匹配)
 private bool ValidateTicket(string token)
 {
     return(AuthCache.ContainsToken(token));
 }