curl --location --request GET 'http://localhost:3000/api/clothes/1'
{
"success": true,
"data": {
"id": 1,
"name": "头饰",
"vip": false,
"sale": 1,
"trade": true,
"maxQuantity": 1,
"price": 100000,
"rmb": 0,
"type": 0,
"recallRmb": 0,
"classify": 0,
"val": 0
},
"timestamp": "2025-07-28T03:05:37.656Z"
}