merge-requests/137/head
Aamir Muhammad 3 years ago
parent 7152b0d57b
commit 03ae216b69

@ -29,15 +29,15 @@ class ChatApiClient {
"${ApiConsts.chatLoginTokenUrl}externaluserlogin", "${ApiConsts.chatLoginTokenUrl}externaluserlogin",
{ {
"employeeNumber": AppState().memberInformationList!.eMPLOYEENUMBER.toString(), "employeeNumber": AppState().memberInformationList!.eMPLOYEENUMBER.toString(),
"password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG", "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG"
"isMobile": true, // "isMobile": true,
"deviceToken": AppState().deviceNotificationToken // "deviceToken": AppState().deviceNotificationToken
}, },
); );
print({ print({
"employeeNumber": AppState().memberInformationList!.eMPLOYEENUMBER.toString(), "employeeNumber": AppState().memberInformationList!.eMPLOYEENUMBER.toString(),
"password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG", "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG"
// "isMobile": true, // "isMobile": true,
// "deviceToken": AppState().deviceNotificationToken // "deviceToken": AppState().deviceNotificationToken
}); });

Loading…
Cancel
Save