@sewise-dev
2016-11-29T01:36:57.000000Z
字数 935
阅读 666
微电影
参数 必选 类型 说明 RequestBody time 是 string 时间戳 org_code 是 string 使用MD5(op.time.accesID)生成的长字符串
/index.php?mod=CMSAPI&do=Server
application/json
GET
参数 必选 类型 说明 RequestBody op 是 string UpdateStatus sourceid 是 string 视频的sourceid status 否 int 状态 process 否 float 同步状态
200
返回字段 | 字段类型 | 说明 |
---|---|---|
code | int | 返回状态码(1:成功, 0:失败) |
Request
curl -X POST -H "Content-Type:application/json" -d http://wxvod.sewise.com/index.php?mod=CMSAPI&do=Server
Response
{"code":1
}
/index.php?mod=CMSAPI&do=Server
application/json
POST
参数 必选 类型 说明 RequestBody op 是 string CheckUser sourceid 是 string 视频标记 data 是 String JSON格式的用户验证信息,Request Item
Request Item
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
userid | 可选 | string | 用户id |
Oid | 可选 | int | 机构id |
openid | 可选 | string | 微信openid |
token | 可选 | string | 用户凭证 |
Vid | 可选 | int | 节目id |
200
返回字段 | 字段类型 | 说明 |
---|---|---|
code | int | 返回状态码(1:验证成功, 0:验证失败) |
Request
curl -X POST -H "Content-Type:application/json" -d http://wxvod.sewise.com/index.php?mod=CMSAPI&do=Server
Response
{"code":1
}