Last active
April 25, 2018 06:12
-
-
Save chrishieu/f84b2bf3159d57ae3d720d18a3f1faa8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "success": [ | |
| { | |
| "ID": 1, | |
| "guid": "#" | |
| }, | |
| { | |
| "ID": 2, | |
| "guid": "#" | |
| }, | |
| { | |
| "ID": 3, | |
| "guid": "#" | |
| } | |
| ], | |
| "error": [ | |
| { | |
| "ID": "", | |
| "guid": "#", | |
| "error_code": 1, | |
| "message": "có guid, ko tìm thấy post" | |
| }, | |
| { | |
| "ID": 5, | |
| "guid": "", | |
| "error_code": 2, | |
| "message": "có ID, ko tìm thấy post" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment