added processing of auth_data section when requesting api config
- fixed saving api_config section when processing backend response
This commit is contained in:
parent
d4fff4af3c
commit
dce08b3ecc
5 changed files with 38 additions and 23 deletions
|
@ -21,7 +21,7 @@ public slots:
|
|||
|
||||
ErrorCode getServicesList(QByteArray &responseBody);
|
||||
ErrorCode getConfigForService(const QString &installationUuid, const QString &userCountryCode, const QString &serviceType,
|
||||
const QString &protocol, const QString &serverCountryCode, QJsonObject &serverConfig);
|
||||
const QString &protocol, const QString &serverCountryCode, const QJsonObject &authData, QJsonObject &serverConfig);
|
||||
|
||||
signals:
|
||||
void errorOccurred(ErrorCode errorCode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue