GET GDTV/v3/CatgWeb/GetCatg?catgID={catgID}
获取单个栏目信息
Request
URI Params
字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
catgID |
栏目ID |
integer |
Required |
Body Params
None.
Response
APITResultOfCatgWebModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | CatgWebModel |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "CatgID": "1", "FormatID": "2", "Name": "sample string 3", "ThumbRatio": "sample string 4", "Thumbs": [ { "Template": 1, "Url": "sample string 2", "OriginalUrl": "sample string 3", "Width": 4, "Height": 5 }, { "Template": 1, "Url": "sample string 2", "OriginalUrl": "sample string 3", "Width": 4, "Height": 5 } ], "SNO": 5, "PID": "6", "PName": "sample string 7", "Level": 8, "Type": 1, "TypeDesc": "普通栏目", "SourceType": 1, "SourceTypeDesc": "学校自有", "SourceData1": "sample string 9", "ST": 0, "STDesc": "启用", "FilterCatg": true, "HideTitle": true, "CusAction": "sample string 12", "UseArea": [ 1, 2 ], "UseAreaDesc": "班级,学校" }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }