curl --location --request GET 'http://localhost:3000/api/totes/entries/1'
{
"success": true,
"data": {
"id": 1,
"name": "十二周年",
"des": "当自身进入战斗前的双攻能力值之和≥17000时激活,获得伤害提升·魂(提升值=自身增益属性等级项数*6%,上限值=48%)。"
},
"timestamp": "2025-07-29T08:35:37.108Z"
}