获取资料
[TOC]
简要描述
- 获取资料
请求URL
addons/shopro/category/getData
请求方式
- get
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
category_id | 是 | int | 分类id |
page | 是 | int | 野马 |
返回示例
{
"error_code": 0,
"data": {
"uid": "1",
"username": "12154545",
"name": "吴系挂",
"groupid": 2 ,
"reg_time": "1436864169",
"last_login_time": "0",
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|
id
int(7) NOT NULL AUTO_INCREMENT 视频编号
title
varchar(50) NOT NULL DEFAULT '' COMMENT '标题',
video_url
varchar(200) NOT NULL DEFAULT '' COMMENT '视频链接',
createtime
int(11) DEFAULT NULL,
updatetime
int(11) DEFAULT NULL,
deletetime
int(11) DEFAULT NULL,
introduce
text COMMENT '介绍',
view
int(11) DEFAULT NULL,
thumb
varchar(200) DEFAULT NULL COMMENT '封面图片',
category_id
int(7) DEFAULT '0' COMMENT '分类编号',
sort
int(7) DEFAULT '0' COMMENT '排序',
备注
- 更多返回错误代码请看首页的错误代码描述