curl --location '/accBrand/list' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"name": "",
"delFlag": 0,
"createdById": 0,
"createdBy": "",
"createdTime": "",
"modifiedById": 0,
"modifiedBy": "",
"modifiedTime": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}