[关闭]
@rzzx 2017-03-01T03:53:14.000000Z 字数 588 阅读 727

掌上听云客户端App API接口-统计主题

App

文档中主机名需要参考以下配置:

内网:http://192.168.5.195:8081/tingyun-api-app
外网:https://report.tingyun.com



1. 保存统计主题接口

URL

/mobileApplication/saveStatTheme

请求参数

参数 必选 类型 说明
device_id true string 设备ID
theme true int 主题号(客户端自己协调)
os_type true int 操作系统类型0:android 1:ios 2:windows phone 如有其它系统类型只需在3~15之间选择即可

响应数据

  1. /*成功响应*/
  2. {
  3. "status":200
  4. }
  5. /*错误响应*/
  6. {
  7. "status":-500,
  8. "message":"system error."
  9. }

2. 获取统计主题接口

(外网)URL

https://report-client.tingyun.com/mobile/mobileApplication/getStatTheme

响应数据

  1. /*成功响应*/
  2. http://192.168.5.199:8081/tingyun-api-app/mobileApplication/getStatTheme可查看,高级会员才具有图片的展示功能
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注