跳到主要内容

check_account_password

验证账号密码是否匹配

声明

bool check_account_password(string account, string client_password)

参数

参数名描述
account账号名称
client_password客户端密码

返回值

true - 匹配, false - 不匹配

使用方式

返回文档