curl --location --request POST 'http://127.0.0.1:8001/app/app/goods/list' \
--header 'Authorization: xxx'
{
"code": 1000,
"message": "success",
"data": [
{
"id": 1,
"createTime": "2023-11-07 15:44:03",
"updateTime": "2023-11-07 15:55:44",
"title": "三天体验",
"price": "9.90",
"originalPrice": "19.90",
"description": "低价体验,适合再买",
"status": 1,
"orderNum": 0,
"type": 0,
"duration": 3,
"tag": "体验",
"tagColor": "#ED0C0C"
}
]
}