curl --location --request GET '/api/skill/detail?id=' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"name": "降龙十八掌",
"image": "http://www.php-gpt.localhost/uploads/images/20230417/20230417144323174801883.jpg",
"sort": 0,
"category_id": 1,
"status": 1,
"content": "1000",
"tips": "1000",
"describe": "100",
"create_time": "2023-04-18 18:28:41"
}
}