<style>
table th:first-of-type {
width: 100px;
}
</style>
请求参数 |
类型 |
必填 |
参数说明 |
示例 |
username |
String |
true |
登录用户名 |
carozhu |
password |
String |
true |
登录密码 |
123456 |
返回参数 |
参数类型 |
参数说明 |
responseCode |
Integer |
200:成功 |
accessToken |
String |
用户token |
... |
... |
... |
{
"responseCode": 200,
"data": {
"name": "carozhu",
"type": 4,
"version": "1.2.4",
"file": "http://versions.update.com/xxx.apk",
"md5": "6ed86ad3f14db4db716c808cfc1ca392",
"description": "update for simple to you!"
}
}
code |
msg |
desc |
200 |
success |
|
关于其它错误返回值与错误代码,参见 [Code码说明](#Link)