联系表单

首页联系表单插入

首页联系表单提交,无需验证码

post/index/contact/insert

Request body

namestring
emailstring email
messagestring

Example request

{
  "name": "张三",
  "email": "zhangsan@example.com",
  "message": "希望了解更多产品信息"
}

Response

提交成功

codeinteger

状态码

messagestring

响应消息

dataobject nullable

响应数据

Example response

{
  "code": 200,
  "message": "Submitted successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.