文档
测试

页面数据加载

POST
http://localhost:8080/app/userCenter/noviceCourse/list

请求参数

参数名
类型
描述
必填
market_type
int
分类 全部-1 1平台介绍 2 新人必看 3 账户安全 示例:-1
必填
title
string
示例:
必填
sign
string
示例:141e13d5f69739f88296334f616ab046
必填
page
int
1
必填
limit
int
6
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
info_list
array
数据列表
必填
publish_time
string
发布时间 示例:2021-09-03
必填
id
string
主键id 示例:5230e54781c54690bf34d1c881e6370c
必填
list_img
string
封面图 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1630665312592.png
必填
title
string
标题 示例:如何更改绑定支付宝?
必填
read_num
int
阅读数
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "info_list": [ { "publish_time": "2021-09-03", "id": "5230e54781c54690bf34d1c881e6370c", "list_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1630665312592.png", "title": "如何更改绑定支付宝?" }, { "publish_time": "2021-09-03", "id": "0219cf7b50d44dc1a45258e553430cc2", "list_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1630665292633.png", "title": "如何快速参团,自动获得拼团收益?" }, { "publish_time": "2021-09-03", "id": "d5ba496af66b48febfc8395d23a1f034", "list_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1630665260642.png", "title": "惠拼优选:惠享生活,拼创未来,平台简介" } ] } }