Commit fe20aaeb489f619f2fd357f58c605f5a3e1d8dc2

Authored by 翁力
0 parents

init

Showing 1 changed file with 39 additions and 0 deletions
hudong/yaoyiyao.md 0 → 100644
  1 +++ a/hudong/yaoyiyao.md
  1 +### 摇一摇结果页
  2 +-----
  3 +#### URL: http://uc.cnlive.com/my/shake.action
  4 +-----
  5 +#### 请求方式: HTTP POST
  6 +-----
  7 +#### 返回格式: JSON
  8 +-----
  9 +#### 版本:互动电视5.3开始
  10 +-----
  11 +#### 请求参数说明:
  12 +| 参数名 | 参数类型 | 必选 | 参数说明 |
  13 +| :----------- | :------: | :------: | :------: |
  14 +| spId | String | true | 服务提供商 |
  15 +| token| String | true | 参数加密串 |
  16 +| ----lan| String | true | 经度 |
  17 +| ----on| String | true | 维度 |
  18 +| ----sid| String | false| 用户ID|
  19 +| ----uuid| String | true | 用户设备ID |
  20 +| ----plat | String | true | 客户端平台 |
  21 +| ----majorId| String | false| 主要ID |
  22 +| ----minorId| String | false| 次要ID |
  23 +| ----recDevId| String | false | 接收设备ID |
  24 +-----
  25 +#### 返回格式说明:
  26 +```
  27 +{
  28 + "errorCode": "0",
  29 + "errorMessage": "success",
  30 + "data": {
  31 + "id": "123",
  32 + "title": "宣传片",
  33 + "descript": "我的音乐故事宣传片",
  34 + "image": "http://www.cnlive.com",
  35 + "url": "http://hdtv.com?cnliveV5=true&action=login&callback=http%3A%2F%2Fuc.cnlive.com%2Flot%2FgoRedPkg.action%3FlotId%3D167"
  36 + }
  37 +}
  38 +```
0 39 \ No newline at end of file
... ...