资料详情
[TOC]
简要描述
- 资料详情
请求URL
addons/shopro/category/dataDetail
请求方式
- get
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 视频详情 |
返回示例
{
"error_code": 0,
"data": {
"uid": "1",
"username": "12154545",
"name": "吴系挂",
"groupid": 2 ,
"reg_time": "1436864169",
"last_login_time": "0",
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|
CREATE TABLE jzfw_video_data
(
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 '排序',
PRIMARY KEY (id
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
备注
- 更多返回错误代码请看首页的错误代码描述