Created
February 21, 2014 11:05
-
-
Save alexshk/9132515 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
{ | |
"response": { | |
"type": "error", | |
"error_text": "текст ошибки", | |
"to_name": "", | |
"to_email": "", | |
"from_name": "", | |
"message": "", | |
"captcha": "", | |
"type": 1 // стиль открытки. 1 - розы, 2 - тюльпаны, 3 - полевые цветы | |
} | |
} |
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
{ | |
"response": { | |
"type": "success", | |
"link": "link-to-postcard" | |
} | |
} |
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
{ | |
"postcard": { | |
"to_name": "", | |
"to_email": "", | |
"from_name": "", | |
"message": "", | |
"captcha": "", | |
"type": 1 // стиль открытки. 1 - розы, 2 - тюльпаны, 3 - полевые цветы | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment