Ids 获取所有Ids
GET/POST /v1/web/arvow/ids
- =》
{
"app_id": "xxx", //必填
"lang": "en", //必填
}
- 《=
{
"success": "OK",
"data": {
"lang": "en",
"total": 554,
"list": [
{
"id": 3,
"updated_at": 1746748807
},
{
"id": 2,
"updated_at": 1746748806
},
{
"id": 1,
"updated_at": 1746748805
}
]
}
}