Commit 0052e70e37928bc996030c7ef3d916d740298d65

Authored by 刘炯
1 parent 302f56a8

1

02.直播云/1.0 获取直播活动信息接口Server.md
... ... @@ -25,7 +25,7 @@ HTTP GET
25 25 | 参数名 | 参数类型 | 必选 | 参数说明 |
26 26 | :----------- | :------: | :------: | :------: |
27 27 | errorCode | int | true | 错误类型号 |
28   -| message| string | true | 错误类型 |
  28 +| errorMessage| string | true | 错误类型 |
29 29 | activityId| string | true | 活动ID,确保SP下的唯一性 |
30 30 | activityName | string | true | 活动名称 |
31 31 | activityStatus | int | true | 活动状态,0:未开始 /1:已开始 /3:已结束 /4 已下线,默认为0 |
... ...