curl --location --request GET 'http://localhost:3000/api/astral-spirit/1'
{
"success": true,
"data": {
"id": 1,
"name": "天龙体力星灵",
"subtype": 1,
"price": 0,
"rmb": 0,
"dailyQuantity": 99999,
"sale": false,
"vip": false,
"trade": false,
"maxQuantity": 999,
"hp": 1800,
"attack": 200,
"defend": 100,
"sAttack": 200,
"sDefend": 100,
"speed": 160,
"hpInc": 675,
"attackInc": 75,
"defendInc": 35,
"sAttackInc": 75,
"sDefendInc": 35,
"speedInc": 60,
"suitId": 1,
"strengthType": 1,
"limitDate": ""
},
"timestamp": "2025-07-27T02:36:04.196Z"
}