联系表单
首页联系表单插入
首页联系表单提交,无需验证码
post/index/contact/insert
Request body
Example request
{
"name": "张三",
"email": "zhangsan@example.com",
"message": "希望了解更多产品信息"
}Response
提交成功
Example response
{
"code": 200,
"message": "Submitted successfully"
}