Authorization: Bearer ********************curl --location --request GET '/api/v1.0/app-api/message-type/cus/list?current=&name=&pageSize=&scope=&sort=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{}
],
"pages": 0,
"records": [
{
"id": 0,
"introduction": "string",
"name": "string",
"scope": 0,
"lastContent": "string",
"nonReadNum": 0,
"lastTime": "string",
"icon": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"errMsg": "string"
}