PUT /support/{supportId}
name | type | null | desc |
---|---|---|---|
id | string | yes | id |
code | string | 编码 | |
title | string | 标题 | |
coverUrl | array | 封面图 | |
imgList | array | 组图数组 | |
cpId | string | 内容提供商id | |
dateDesc | string | 时间描述字段 | |
openTime | Long | 师训开始时间 | |
closeTime | Long | 师训结束时间 | |
gmtCreated | int | 创建时间 | |
gmtModified | int | 修改时间 | |
status | string | 状态 |
{
"code": 200,
"success": true,
"message": null,
"data": {
}
}