版本获取

**简要描述:** - **请求URL:** - ` http://xx.com/app/common/client/{type}` **请求方式:** - GET FORM **传入参数:** |参数名|必选|类型|说明| |:---- |:----|:----- |----- | |type|是|string |客户端类型,安卓:android,苹果:ios | **返回示例** ``` { "stateCode": 0, "message": "", "data": {} } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 | |message |string |接口消息 | |id |string |记录id| |type|string |币种全称| |version|string |版本号| |url|string |下载链接| |remark|string |备注| |createTime|timestamp|发布时间| **备注** - 更多返回错误代码请看首页的错误代码描述