函数简介:

用户密码修改

函数原型:

int ChangePassword(string Old,string New)

参数定义:

Old  文本型 旧密码
New  文本型 新密码 (长度:6-15)

返回值:

整数型  0表示成功  非0失败