文档
测试

新手教程

POST
http://localhost:8080/app/newHandCourse/list

请求参数

参数名
类型
描述
必填
user_id
string
用户id 示例:41840909af844632885424fbc20cae79
必填
type
int
1:平台介绍 2:新人必看 3账户安全
必填
page
int
示例:1
必填
limit
int
示例:10
必填
sign
string
签名 示例:af8210e1f283500874ea7587e895619e
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
info_list
array
数据列表
必填
read_num
int
阅读人数 示例:0
必填
guide_type
int
新手教程栏目 1:平台介绍 2:新人必看 3账户安全 4.激活教程
必填
img_path
string
列表图片 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1641461670678.png
必填
share_desc
string
分享说明 示例:啊啊啊
必填
remark
string
备注 示例:1
必填
id
string
示例:096cffc71f854dbc89502ccf4b0733c0
必填
sort
int
示例:1
必填
title
string
标题 示例:测试
必填
add_time
string
添加时间 示例:2021-12-20 17:43:39
必填
content
string
教程内容 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1641461717159.png
必填
add_time_stamp
int
示例:1639993419338
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "info_list": [ { "read_num": 0, "guide_type": 1, "img_path": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1641461670678.png", "share_desc": "啊啊啊", "remark": "1", "id": "096cffc71f854dbc89502ccf4b0733c0", "sort": 1, "title": "测试", "add_time": "2021-12-20 17:43:39", "content": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1641461717159.png", "add_time_stamp": 1639993419338 } ] } }