文档
测试

版本更新

POST
http://localhost:8080/app/user/updateVersion

请求参数

参数名
类型
描述
必填
version
string
当前版本号
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:false
必填
errorCode
string
示例:-1
必填
msg
string
示例:有新版本可用
必填
entity
string
示例:wljt_app1.0.1.apk
必填
total
number
示例:0
必填

说明 / 示例

{ "success": false, "errorCode": "-1", "msg": "有新版本可用", "entity": "wljt_app1.0.1.apk",//安装包名称 "total": 0 } 或 { "success": true, "errorCode": "-1", "msg": "已是最新版本", "total": 0 }