联系表单
联系表单插入(带验证码)
插入联系表单数据,需要图形验证码验证
post/contact/insert
Request body
Example request
{
"name": "张三",
"email": "zhangsan@example.com",
"message": "希望了解更多产品信息",
"key": "captcha_key_123456",
"code": "ABCD"
}Response
插入成功
Example response
{
"code": 200,
"message": "Submitted successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.