文档
测试

消息列表

POST
http://192.168.1.221/member/api.zx/messageList

接口描述

John

请求参数

参数名
类型
描述
必填
apitoken
string
示例:PWAA2Gf0f42953e6ac78566f36c5824c795c7fWCC49Bjj
必填
type
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
list
array
数据列表
必填
id
int
示例:1
必填
title
string
示例:姓名哦h ying g m
必填
content
string
示例:写的啥玩意
必填
update_time
int
示例:1623922659
必填
headimgurl
string
示例:/upload/image/20210617/16238959946412.png
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
list
array
数据列表
必填
id
int
示例:1
必填
title
string
示例:fa bu
必填
content
string
示例:发布
必填
update_time
string
示例:2021年06月19日
必填
code
int
示例:1
必填
page_count
int
示例:0
必填
count
int
示例:0
必填
pagenum
int
示例:0
必填
row
int
示例:10
必填
p
int
示例:0
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": [ { "id": 1, "title": "fa bu", "content": "发布", "update_time": "2021年06月19日" } ], "code": 1, "page_count": 0, "count": 0, "pagenum": 0, "row": 10, "p": 0 } } ```