@rzzx
2017-02-14T08:00:03.000000Z
字数 767
阅读 857
App
文档中主机名需要参考以下配置:
内网:http://reportlocal.tingyun.com
外网:https://report.tingyun.com
URL
/mobileApplication/timeList
请求参数
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| _ty_auth_token | true | string | token从authlocal.tingyun.com:10886/auth/api/auth/login获取 |
响应数据
/*成功响应*/{"status":200,"data":{"time":"30,60,360,720,1440,4320,10080,20160,43200,86400,129600","id": 1 //0为标准版和免费版,1为其余的版本}}
URL
/mobileApplication/selectFilter/{mobileAppId}/versionList
请求参数
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| _ty_auth_token | true | string | token从authlocal.tingyun.com:10886/auth/api/auth/login获取 |
| mobileAppId | true | string | 移动AppID |
| endTime | false | string | 结束时间 格式如:yyyy-MM-dd HH:mm:ss |
| timePeriod | false | string | 时间间隔 相差多少分钟 |
响应数据
/*成功响应*/{"data":[{"id":1214,"mobileAppId":453,"name":"2.4.0","agentName":"2.3.4","ctime":1447209260000},...]}