跳到主要内容

migrate_account

迁移账号数据

声明

mixed migrate_account(string old_account, string new_account, string new_password)

参数

参数名描述
old_account账号名称
new_account目标账号名称
new_password目标账号密码(仅在目标账号不存在时自动创建目标账号时生效)

返回值

true - 迁移成功, string - 迁移失败原因

使用方式

返回文档