文档
测试

获取系统版本信息

POST
/image/private_image/getSystemVersion

接口描述

获取系统版本信息

请求参数

参数名
类型
描述
必填
type
string
系统版本类型,system为系统,illustration为图标库,template为模板库,默认为system,可不传值
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回数组
必填
system_version
string
版本号
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": [ { "list_id": 6, "system_version": "SYS.2019.0923.001", "system_type": "system", "source_url": "private_image/SYS.2019.0923.001.zip", "is_special": 0, "version_desc": "测试描述", "version_creator": 109, "update_time": null, "create_time": "2019-09-23 15:43:04" }, { "list_id": 4, "system_version": "SYS.2019.0921.001", "system_type": "system", "source_url": "private_image/SYS.2019.0921.001.zip", "is_special": 0, "version_desc": "测试描述", "version_creator": 109, "update_time": null, "create_time": "2019-09-21 14:43:27" } ] }