[HQ, Config] Update headers, change sms country code
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
"sms": {
|
"sms": {
|
||||||
"apiKey": "c9836ccdd698f43dd3c62a58e42d49d3",
|
"apiKey": "c9836ccdd698f43dd3c62a58e42d49d3",
|
||||||
"service": "HQTRIVIA",
|
"service": "HQTRIVIA",
|
||||||
"country": "77"
|
"country": "44"
|
||||||
},
|
},
|
||||||
"hq": {
|
"hq": {
|
||||||
"autoSplit": true,
|
"autoSplit": true,
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export default class Client {
|
|||||||
this.loginToken = loginToken;
|
this.loginToken = loginToken;
|
||||||
this.userId = userId;
|
this.userId = userId;
|
||||||
this.headers = {
|
this.headers = {
|
||||||
'x-hq-client': 'iOS/1.4.16 b147',
|
'x-hq-client': 'iOS/1.5.2 b159',
|
||||||
'user-agent': 'okhttp/3.8.0',
|
'user-agent': 'okhttp/3.8.0',
|
||||||
'x-hq-lang': 'en',
|
'x-hq-lang': 'en',
|
||||||
'x-hq-country': 'US',
|
'x-hq-country': 'US',
|
||||||
|
|||||||
Reference in New Issue
Block a user