文档
测试

获取留言列表

POST
https://only-api.com/api/listMessage

接口描述

获取留言列表

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
appId
int
应用唯一标识
必填
sign
string
签名校验,仅当"签名启用"开启时传入
可选
expire
int
请求有效期,默认180(单位:秒)
可选
page
int
页码,从1开始,每页20条
必填

响应参数

application/json
参数名
类型
描述
必填
code
string
状态码
必填
result
array
结果数据
必填
id
int
留言唯一标识
必填
content
string
留言内容
必填
ip
string
发言人IP
必填
createTime
datetime
留言时间
必填
updateTime
datetime
更新时间
必填
msg
string
错误信息
可选
time
string
请求过期的时间戳(单位:秒)
必填