跳到主要内容

delete_account

删除社交服账号

声明

bool delete_account(string account, bool mark_deleted = true)

参数

参数名描述
account账号
mark_deleted是否仅标记删除(true-仅标记/false-直接删除)

返回值

true-操作成功/false-操作失败

使用方式

返回文档