Authorization: Bearer ********************curl --location '/rpc-api/system/post/list?ids=1%2C2' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 1,
"name": "小土豆",
"code": "xecho",
"sort": 1,
"status": 1
}
],
"msg": "string"
}