文档
测试

留言管理

POST
http://localhost:8081/mess/add

接口描述

请求地址

请求参数

参数名
类型
描述
必填
id
int
编号(主键自增)
必填
Tourist
string
游客昵称
必填
message
游客留言内容
必填
create_at
留言时间
必填
reply_content
string
回复内容
可选
update_at
string
修改时间
可选
reply_name
string
回复人
可选
state
string
状态
可选
t_id
string
留言作品编号
必填

响应参数

参数名
类型
描述
必填
code
num
200
必填
message
string
添加成功
必填
data
object
数据
必填