文档
测试

收藏夹

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

接口描述

John

请求参数

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

响应参数

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

说明 / 示例

``` { "code": 1, "msg": "success", "data": { "list": [ { "id": 1, "title": "啦啦啦", "pic": "/upload/image/sssss.jpg", "type": 1, "create_time": 1617068031, "month": "三月", "day": "30" } ], "code": 1, "page_count": 1, "count": 1, "pagenum": 1, "row": 10, "p": 1 } } ```