|
|
@@ -138,6 +138,8 @@ class OfpayChecker:
|
|
|
login_params = self.accout_data['login_params'];
|
|
|
url = f'https://{self.host}/h5/union/interactiveIGoChoose/index?loginParams={login_params}';
|
|
|
response = self.get_request(url);
|
|
|
+ if response.status_code != 200:
|
|
|
+ return -2;
|
|
|
# print(response.content);
|
|
|
cookie_dict = dict(response.cookies);
|
|
|
authorization = None;
|