curl --location --request GET 'api/goods/detail?id'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"id": 11,
"name": "泰式SPA",
"price": "200.00",
"duration": 120,
"scribing_price": "240.00",
"order_num": 2,
"tags": "",
"content": "",
"goods_image": [
"http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png"
],
"comment_count": 0,
"comment_lists": [
{
"nickname": "不吃咸蛋",
"create_time": "09-14",
"service_comment": 3,
"comment": "该用户未填写评论内容"
}
]
}
}