game_server.game_authgame_authauth本页总览auth 验证客户端凭证(将客户端的凭证兑换成游戏服务器的token) 声明 array auth(string account, string pass_md5, map auth_args) 参数 参数名描述account账号 - 必有pass_md5密码的md5形式 - 可选auth_args客户端提供的其它验证凭据参数 - 可选token: 验证服务器token - 可选account_id: 账号数字id - 可选 返回值 使用方式 返回文档