跳到主要内容

auth_token

验证认证令牌

声明

int auth_token(string token, map token_info, string account_id, string account)

参数

参数名描述
token认证令牌
token_info认证令牌信息
account_id账号数字ID
account账号名称

返回值

验证结果(0: 通过,其他值: 失败)

使用方式

返回文档