Exemple #1
0
 // 取API token
 public static string GetToken(Int64 xid)
 {
     return(ApiAccountDAL.GetToken(xid));
 }