authservercommondaemonsAccountDcreate_account本页总览create_account 创建一个账号 声明 mixed create_account(map param) 参数 参数名描述param创建参数type - 账号类型(visitor - 游客, normal - 普通正常账号)password - 密码account - 账号名称(type为normal时需要指定)serial_number - 序列号(可选,取决于配置) 返回值 true - 创建成功, string - 创建失败原因 使用方式 返回文档