文档
测试
POST
http://yun-pay.hs499.com/app/creditNuggets/list

接口描述

查看更多,进入列表页

请求参数

参数名
类型
描述
必填
user_id
String
当前登录用户id 示例:1c1fa12253494122b181508baf39671a
必填
credit_type_id
String
分类ID
必填
page
int
页数,默认1
必填
limit
int
条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
data_list
list
列表
必填
id
string
文章ID
必填
credit_title
string
标题
必填
img_path
string
图片地址
必填
read_num
int
阅读数
必填
price
decimal
价格 (1.价格为0时则图片左上角的会员免费标识不需要展示)
必填
is_buy
int
是否已购买 0:未购买1:已购买 (已购买则把价格替换成已购买标识)
必填
is_vip
int
是否为会员 0:否 1:是 (非会员,文章价格大于0,且用户未购买则弹出购买弹窗)
必填
type_name
string
分类名称
必填
background_img
string
分类背景图
必填
user_balance_amount
decimal
用户余额
必填

说明 / 示例

{ "code": 1, "errors": {}, "msg": "操作成功", "result": { "type_name": "征信大全", "background_img": "upload//202008/1597227843027.png", "data_list": [ { "user_level_sort": 4, "read_num": 0, "type_name": "征信大全", "level_name": "至尊会员", "img_path": "upload//202008/1597306447126.png", "price": 50, "id": "2f043d709756422094d72b5905d17a60", "credit_title": "进击的京东物流,全面发力物流科技", "is_buy": 0 }, { "user_level_sort": 4, "read_num": 0, "type_name": "征信大全", "level_name": "至尊会员", "img_path": "upload//202008/1597306537177.png", "price": 20, "id": "6022e1b3b4074decbcdd344c1326ebb7", "credit_title": "对话魏际刚,谈智慧物流未来发展", "is_buy": 0 }, { "user_level_sort": 4, "read_num": 0, "type_name": "征信大全", "level_name": "至尊会员", "img_path": "upload//202008/1597306027418.png", "price": 39.9, "id": "aaa3109f71244cf6b0560b75146b47fe", "credit_title": "2019(第一届)思路零售数字服务大会", "is_buy": 0 }, { "user_level_sort": 4, "read_num": 0, "type_name": "征信大全", "level_name": "至尊会员", "img_path": "upload//202008/1597306332086.png", "price": 39.9, "id": "d90d677d81754e378ee8c9d97a0b35b7", "credit_title": "重磅丨“物流创新应用标杆20强榜单”正式发布", "is_buy": 0 }, { "user_level_sort": 4, "read_num": 0, "type_name": "征信大全", "level_name": "至尊会员", "img_path": "upload//202008/1597306152781.png", "price": 39.9, "id": "dc0123946bfe421a95bff9e3cd1dc43b", "credit_title": "2018思路新零售数字化服务大会预测新零售未来", "is_buy": 0 }, { "user_level_sort": 4, "read_num": 0, "type_name": "征信大全", "level_name": "至尊会员", "img_path": "upload//202008/1597305355714.png", "price": 39.9, "id": "dfb2b46a916946a694942e7b1c4b7811", "credit_title": "大佬说丨科技赋能物流,聚焦名企大咖如何解读供应链", "is_buy": 0 } ] } }