requests.BeforeLoginRequest

Here are the examples of the python api requests.BeforeLoginRequest taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: robot Source File: client.py
    def enter_verify_code(self, code, r, uin):
        """ 填入验证码

        :param code: 验证码
        """
        self.hub.check_code = code.strip().lower()
        pwd = self.hub.handle_pwd(r, self.hub.check_code.upper(), uin)
        self.hub.load_next_request(BeforeLoginRequest(pwd))