curl --location --request GET 'http://vue-shop-api-t.itheima.net/api/private/v1/goods?pagenum=1&pagesize=2' \
--header 'Authorization: {{Pin_ACCESS_TOKEN}}'
{
"data": {
"total": 933,
"pagenum": "1",
"goods": [
{
"goods_id": 939,
"cat_id": null,
"goods_name": "测试图片发布12332",
"goods_price": 12,
"goods_number": 12,
"goods_weight": 1000,
"goods_state": null,
"add_time": 1651731167,
"upd_time": 1651731167,
"hot_mumber": 0,
"is_promote": false,
"cat_one_id": null,
"cat_two_id": null,
"cat_three_id": null
},
{
"goods_id": 937,
"cat_id": null,
"goods_name": "测试图片发布12",
"goods_price": 12,
"goods_number": 12,
"goods_weight": 1000,
"goods_state": null,
"add_time": 1651730749,
"upd_time": 1651730749,
"hot_mumber": 0,
"is_promote": false,
"cat_one_id": null,
"cat_two_id": null,
"cat_three_id": null
}
]
},
"meta": {
"msg": "获取成功",
"status": 200
}
}