文档
测试

大师说列表(大师端)

POST
master/master/myArticle

接口描述

大师端 - 大师说列表

请求参数

参数名
类型
描述
必填
num
int
每页显示数量 (非必填)
必填
type
string
1 审核通过 2 审核驳回 0 待审核 多个逗号隔开
必填

响应参数

参数名
类型
描述
必填
id
int
文章id
必填
title
string
标题
必填
picture
string
封面图
必填
content`
text
内容
必填
views
int
浏览量
必填
check_status
int
审核状态 0未审核 1审核成功 2审核失败
必填
praise_number
int
点赞数量【有更新】
必填
comment_number
int
评论数量【有更新】
必填
divination_id
int
关联玩法id
必填
service_id
int
关联服务id
必填
divination_name
string
关联玩法名字
必填
service_name
string
关联服务名字
必填
check_remark
string
审核拒绝原因
必填
praise_state
int
點贊狀態 1 点赞 0 未点赞【有更新】
必填

说明 / 示例

``` { "status": 1, "data": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": 21, "title": "我", "picture": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/videoCover/1636107288634_7555.jpg", "content": "哈喽", "views": 0, "check_status": 1, "divination_id": 104, "service_id": 45, "check_remark": "", "praise_number": 1, "praise_state": 1, "comment_number": 0, "divination_name": "星座运势", "service_name": "还想着" } ] }, "message": "成功", "code": 0 } ```