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

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

Loading…
Cancel
Save