{
"sortingColumn": "create_time",
"sortingColumnType": "timestamp",
"sortingType": 2,
"searchText": "",
"filedList": [
"name",
"color_code"
],
"sqlConditionList": [
{
"columnName": "state",
"condition": "=",
"keywordList": [
1
]
}
]
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/market/tMarketColor/sales-page?page=1&limit=10&departId=' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sortingColumn": "create_time",
"sortingColumnType": "timestamp",
"sortingType": 2,
"searchText": "",
"filedList": [
"name",
"color_code"
],
"sqlConditionList": [
{
"columnName": "state",
"condition": "=",
"keywordList": [
1
]
}
]
}'{}