示例#1
0
 public function passwordCheck($password = '')
 {
     return Authorization::passwordCheck($this, $password);
 }