{
"pageNo": 1,
"pageSize": 3
}curl --location --request POST '/cart/item/list' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI3Mzg2MjQ4ODU3NDE3NTUxODcyIiwiaWF0IjoxNzYxMTEwMTA3LCJleHAiOjE3NjExMTczMDd9.dACReGsn8Y9-D_yK2e66RP9ANXXc5JBJY3rAw3IWAAA' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 3
}'{
"success": true,
"code": 200,
"message": "操作成功",
"data": {
"total": 5,
"page": 1,
"pageSize": 10,
"records": [
{
"id": 6,
"user_id": "7386248857417551872",
"sku_id": 2,
"quantity": 3,
"checked": 1,
"create_time": "2025-10-22T02:41:25.000Z",
"update_time": "2025-10-22T02:41:25.000Z",
"del_flag": 0
},
{
"id": 5,
"user_id": "7386248857417551872",
"sku_id": 2,
"quantity": 3,
"checked": 1,
"create_time": "2025-10-22T02:41:25.000Z",
"update_time": "2025-10-22T02:53:19.000Z",
"del_flag": 0
},
{
"id": 3,
"user_id": "7386248857417551872",
"sku_id": 2,
"quantity": 3,
"checked": 1,
"create_time": "2025-10-22T02:39:19.000Z",
"update_time": "2025-10-22T05:30:56.000Z",
"del_flag": 0
},
{
"id": 2,
"user_id": "7386248857417551872",
"sku_id": 1,
"quantity": 3,
"checked": 1,
"create_time": "2025-10-22T02:39:19.000Z",
"update_time": "2025-10-22T05:30:57.000Z",
"del_flag": 0,
"sku_detail": {
"id": 1,
"product_id": 22,
"sku_code": "22",
"specs": null,
"price": "0.00",
"stock": 0,
"status": "on",
"create_time": "2025-10-22T03:00:54.000Z",
"update_time": "2025-10-22T03:00:54.000Z",
"del_flag": 0,
"is_self_made": null,
"sku_specs": null,
"device_type_id": null,
"device_band_id": 0,
"device_model_id": null,
"device_part_id": null,
"is_standard": null,
"export_price": null,
"purchase_price": null,
"order_cycle": null,
"new_unit": null,
"min_ordered_quantity": null,
"min_packaging_quantity": null,
"net_weight": null,
"images": null
}
},
{
"id": 1,
"user_id": "7386248857417551872",
"sku_id": 1,
"quantity": 1,
"checked": 0,
"create_time": "2025-10-21T02:55:08.000Z",
"update_time": "2025-10-22T05:31:52.000Z",
"del_flag": 0,
"sku_detail": {
"id": 1,
"product_id": 22,
"sku_code": "22",
"specs": null,
"price": "0.00",
"stock": 0,
"status": "on",
"create_time": "2025-10-22T03:00:54.000Z",
"update_time": "2025-10-22T03:00:54.000Z",
"del_flag": 0,
"is_self_made": null,
"sku_specs": null,
"device_type_id": null,
"device_band_id": 0,
"device_model_id": null,
"device_part_id": null,
"is_standard": null,
"export_price": null,
"purchase_price": null,
"order_cycle": null,
"new_unit": null,
"min_ordered_quantity": null,
"min_packaging_quantity": null,
"net_weight": null,
"images": null
}
}
]
}
}