Authorization: ********************
curl --location --request GET 'http://127.0.0.1:10086/user/api/aigiftbagrecord/page' \
--header 'Authorization;'
{
"status": "",
"message": "",
"data": {
"list": [
{
"id": "",
"title": "",
"count": 0,
"details": "",
"remarks": "",
"userInfoId": "",
"companyId": "",
"enabled": 0,
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": "",
"notUsed": 0
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0,
"pages": 0
}
}