curl --location --request GET 'http://localhost:3000/api/items/5'
{
"success": true,
"data": {
"id": 5,
"name": "光能石",
"type": 2,
"price": 5,
"rmb": 0,
"dailyQuantity": 100,
"stackable": true,
"sellable": false,
"tradeable": true,
"maxQuantity": 999,
"des": "曾经是射击的必备道具,现在射击已经不再需要了,可以卖给兜兜回收器。"
},
"timestamp": "2025-07-29T06:35:20.446Z"
}