暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_apps_history_version' \
--form 'appid="10000"' \
--form 'apps_id="1"' \
--form 'usertoken="6c01809b138c736f3c4b3615e2d9a2d0bc9f00c6"' \
--form 'status="-"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 3,
"apps_id": 1,
"version": "3.0",
"status": 3,
"create_time": "2023-12-28 21:44:24",
"update_content": "3",
"ip_address": "本机地址",
"app_size": "226.09MB",
"appname": "WPS Office",
"app_icon": "http://nmoranpro.cn/uploads/20231226/1227f1a4ae3dd311437a8a52ac72aa50.png",
"is_pay": 0,
"pay_money": 0,
"download_count": 0,
"is_user_pay": true,
"download": "https://official-package.wpscdn.cn/wps/download/WPS_Setup_16120.exe"
}
],
"pagecount": 1,
"current_number": 1
},
"timestamp": 1703917288
}