{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"name": "string",
"type": 0,
"typeName": "string",
"durationId": 0,
"originalPrice": 0,
"price": 0,
"discount": 0,
"discountExpiredDate": "string",
"discountUrl": "string",
"remark": "string",
"weight": 0,
"status": 0,
"deleted": 0,
"createDate": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/admin/selectProductsFunctionBag' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"name": "string",
"type": 0,
"typeName": "string",
"durationId": 0,
"originalPrice": 0,
"price": 0,
"discount": 0,
"discountExpiredDate": "string",
"discountUrl": "string",
"remark": "string",
"weight": 0,
"status": 0,
"deleted": 0,
"createDate": "string"
}'
{
"code": 0,
"msg": "查询成功!",
"data": {
"page": {
"current_page": 0,
"total_size": 0,
"page_size": 0
},
"list": [
{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"name": "",
"type": 0,
"durationId": 0,
"originalPrice": 0,
"price": 0,
"discount": 0,
"discountExpiredDate": "",
"discountUrl": "",
"remark": "",
"weight": 0,
"status": 0,
"deleted": 0,
"createDate": ""
}
]
}
}