简要描述:
- 会员中心->我的课程
请求URL:
POST/wapapi/goods/myCourse
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 否 | int | 分页第几页 |
page_size | 否 | int | 分页大小,默认14 |
search_text | 否 | string | 搜索关键字 |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
page_count: 1
total_count: 1
knowledge_payment_list[
0[
goods_id: 878
goods_name: "知识付费"
goods_picture: "https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/common/1562296624.jpg"
total_count: 4
]
]
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
knowledge_payment_list | array | 已购买的课程列表 |
goods_id | string | 商品id |
goods_name | string | 商品名称 |
goods_picture | string | 商品图片 |
total_count | string | 共多少节 |