/** * 使用账号密码方式登录授权 * @param string $username 用户名 * @param string $password 密码 * @return void */ public function login($username, $password)