Ids 获取所有Ids
GET/POST /v1/web/rex/ids
- =》
{
"app_id": "xxx", //必填
"lang": "ar", //必填
}
- 《=
{
"success": "OK",
"data": {
"lang": "ar",
"total": 554,
"list": [
{
"id": 8224,
"updated_at": 1746748804
},
{
"id": 8222,
"updated_at": 1746748804
},
{
"id": 8220,
"updated_at": 1746748804
}
]
}
}