应用管理 - 版本管理 处定义版本curl --location --request GET 'https://yz.blyfw.cn/api/expand/versions'{
"msg": "ok",
"code": 1,
"data": {
"total": 2,
"data": [
{
"isDisable": 0,
"developerId": 2,
"forced": 0,
"appId": 38,
"num": "1.1",
"name": "我是第二个版本",
"updateTime": "2024-05-02 11:55:12",
"id": 9,
"addr": "我是第二个版本的更新地址",
"content": "我是第二个版本 的版本更新内容"
},
{
"isDisable": 0,
"developerId": 2,
"forced": 0,
"appId": 38,
"num": "1.0",
"name": "我是版本名称",
"updateTime": "2024-05-02 11:52:56",
"id": 8,
"addr": "我是版本更新地址",
"content": "我是版本内容"
}
]
},
"signature": "ff8de4f7059b0b4a0989d9e2883a7c9c",
"timestamp": "1714622155174"
}