Created
July 30, 2020 04:25
-
-
Save jalispran/89b78c15917ad4a5e0e3499699c98549 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let data = { | |
imei: 'dummyimei', | |
}; | |
let url = URI.CHECK_IN(); | |
post(url, {data: data}, | |
res => handleResponse(res), | |
err => handleError(err)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment