[HQ, Config] Update headers, change sms country code

This commit is contained in:
vilP1L
2019-10-02 17:26:25 -04:00
parent 1751dde7ce
commit 3972e5fbcd
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@
"sms": { "sms": {
"apiKey": "c9836ccdd698f43dd3c62a58e42d49d3", "apiKey": "c9836ccdd698f43dd3c62a58e42d49d3",
"service": "HQTRIVIA", "service": "HQTRIVIA",
"country": "77" "country": "44"
}, },
"hq": { "hq": {
"autoSplit": true, "autoSplit": true,

View File

@@ -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',