Skip to content

Instantly share code, notes, and snippets.

@alexshk
Created February 21, 2014 11:05
Show Gist options
  • Save alexshk/9132515 to your computer and use it in GitHub Desktop.
Save alexshk/9132515 to your computer and use it in GitHub Desktop.
{
"response": {
"type": "error",
"error_text": "текст ошибки",
"to_name": "",
"to_email": "",
"from_name": "",
"message": "",
"captcha": "",
"type": 1 // стиль открытки. 1 - розы, 2 - тюльпаны, 3 - полевые цветы
}
}
{
"response": {
"type": "success",
"link": "link-to-postcard"
}
}
{
"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