文档
测试

我的动态

POST
http://192.168.1.198/member/api.users/shareCenter

接口描述

John

请求参数

参数名
类型
描述
必填
p
int
页码
必填
apitoken
string
必填

响应参数

参数名
类型
描述
必填
id
int
文章id
必填
title
string
标题
必填
type
int
1是图片 2是视频
必填
pic
string
图片
必填
video
string
视频
必填
month
string
月份
必填
day
string
日期
必填
status
int
1已审核
必填

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": [ { "id": 3, "title": "测试", "type": 1, "pic": null, "video": null, "create_time": 1616988316, "status": 0, "month": "三月", "day": "29" }, { "id": 2, "title": "测试", "type": 1, "pic": null, "video": null, "create_time": 1616739160, "status": 0, "month": "三月", "day": "26" }, { "id": 1, "title": "啦啦啦", "type": 1, "pic": "/upload/image/sssss.jpg", "video": "https://www.runoob.com/try/demo_source/movie.mp4", "create_time": 1616482603, "status": 1, "month": "三月", "day": "23" } ], "code": 1, "page_count": 1, "count": 3, "pagenum": 1, "row": 10, "p": 1 } } ```