curl --location --request GET 'http://localhost:3000/api/hkbuffs/1'
{
"success": true,
"data": {
"id": 1,
"name": "普攻",
"decs": [
"普攻+200",
"普攻+1200",
"普攻+2400",
"普攻+2400,普攻+20%",
"普攻+3000,普攻+30%"
],
"costs": [
1,
5,
10,
15,
20
],
"fontColor": "<font color='#FF6700'>攻</font>",
"color": 0,
"buffNames": [
"普攻提升",
"普攻提升",
"普攻提升",
"普攻提升",
"普攻提升"
],
"values": [
"0.2",
"0.4",
"0.6",
"0.8",
"1"
]
},
"timestamp": "2025-07-29T06:32:51.620Z"
}