{
"filedList": [
"brand_name",
"company_name",
"follow_user_name"
],
"searchText": "",
"sortingColumn": "create_time",
"sortingColumnType": "int",
"sortingType": 0,
"sqlConditionList": [
{
"columnName": "city",
"condition": "IN",
"keywordList": [
"广州市"
]
},
{
"columnName": "sync_time",
"condition": ">=",
"keywordList": [
"2024-01-01"
]
},
{
"columnName": "sync_time",
"condition": "<=",
"keywordList": [
"2024-11-22"
]
},
{
"columnName": "is_delete",
"condition": "=",
"keywordList": [
0
]
}
]
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/market/marketBrandSleuth/page?limit=1&page=10&isSeft=0' \
--header 'token: {{token}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"filedList": [
"brand_name",
"company_name",
"follow_user_name"
],
"searchText": "",
"sortingColumn": "create_time",
"sortingColumnType": "int",
"sortingType": 0,
"sqlConditionList": [
{
"columnName": "city",
"condition": "IN",
"keywordList": [
"广州市"
]
},
{
"columnName": "sync_time",
"condition": ">=",
"keywordList": [
"2024-01-01"
]
},
{
"columnName": "sync_time",
"condition": "<=",
"keywordList": [
"2024-11-22"
]
},
{
"columnName": "is_delete",
"condition": "=",
"keywordList": [
0
]
}
]
}'{}