主页

**简要描述:** - APP主页 **请求URL:** - ` http://xx.com/app/home` **请求方式:** - GET **传入参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | **返回示例** ``` { "stateCode": 0, "message": "", "data": { "announceList": [{ "id": "14", "articleTitle": "文章标题", "articleCover": "https://....." }], "advertiseList": [{ "id": "14", "articleTitle": "文章标题", "articleCover": "https://....." }], "rewardList": [{ "id": "14", "articleTitle": "文章标题", "articleCover": "https://....." }], "advertiseTradePair": [{ "tradePairId": "416514", "tradeCoinName": "BTC", "valuationCoinName": "USDT", "freshPrice": "6500", "rafRate": "1" }], "raf": [{ "tradePairId": "16487", "fresh": "100", "tradeCoinName": "BTC", "valuationCoinName": "USDT", "rafRate": "1" }], } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |stateCode |int |接口状态码 0:正常 -1:异常 1:重新登录 | |message |string |接口消息 | **announceList(官方公告),advertiseList(广告轮播),rewardList(奖励轮播)** |参数名|类型|说明| |:----- |:-----|----- | |id |string | 文章Id | |articleTitle |string |文章标题 | |articleCover |string |封面图 | **advertiseTradePair(主页交易对信息), raf(涨跌幅榜)** |参数名|类型|说明| |:----- |:-----|----- | |tradePairId |string | 交易对id | |tradeCoinName |string |交易币种名 | |valuationCoinName |string |计价币种名 | |freshPrice |string |最新价 | |rafRate |string |涨跌幅 | **备注** - 更多返回错误代码请看首页的错误代码描述