暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_app_update_records' \
--form 'appid="10000"' \
--form 'limit="20"' \
--form 'page="1"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"appid": 10000,
"update_version": "1.0",
"update_url": "https://www.moranblog.cn/",
"update_content": "1. 新增功能\r\n2. 修复Bug\r\n3. 优化性能",
"create_time": "2023-12-20 15:21:53"
}
],
"pagecount": 1,
"current_number": "1"
},
"timestamp": 1703058912
}