文档
测试

获取消息列表

POST
北京:https://ls036xie49.execute-api.cn-north-1.amazonaws.com.cn/v1/get-message-list

请求参数

参数名
类型
描述
必填
token
string
登录token
必填

响应参数

参数名
类型
描述
必填
code
int
响应码(>=1,业务执行成功,<1业务执行失败
必填
msg
string
业务消息
必填
list
array
获取到的消息列表
必填
c_title
string
消息标题
必填
c_content
string
消息内容
必填
t_create_time
string
消息创建时间
必填