{
"searchText": "",
"filedList": [
"number",
"content",
"title"
],
"sqlConditionList": [
{
"columnName": "is_read",
"condition": "=",
"keywordList": [
0
]
}
],
"noShowLoading": false
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/message/message-notice/query-message-center?page=1&limit=20&type=' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchText": "",
"filedList": [
"number",
"content",
"title"
],
"sqlConditionList": [
{
"columnName": "is_read",
"condition": "=",
"keywordList": [
0
]
}
],
"noShowLoading": false
}'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}