Commit 302f56a8eefec439cd53c2ea97a5f1a43976f8e0
1 parent
b7956a89
message ==> errorMessage
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.1 获取直播活动信息接口APP.md
| @@ -26,7 +26,7 @@ HTTP GET | @@ -26,7 +26,7 @@ HTTP GET | ||
| 26 | | 参数名 | 参数类型 | 必选 | 参数说明 | | 26 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 27 | | :----------- | :------: | :------: | :------: | | 27 | | :----------- | :------: | :------: | :------: | |
| 28 | | errorCode | int | true | 错误类型号 | | 28 | | errorCode | int | true | 错误类型号 | |
| 29 | -| message| string | true | 错误类型 | | 29 | +| errorMessage| string | true | 错误类型 | |
| 30 | | activityId| string | true | 活动ID,确保SP下的唯一性 | | 30 | | activityId| string | true | 活动ID,确保SP下的唯一性 | |
| 31 | | activityName | string | true | 活动名称 | | 31 | | activityName | string | true | 活动名称 | |
| 32 | | activityStatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 | | 32 | | activityStatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 | |