{
"sqlConditionList": [
{
"columnName": "state",
"condition": "=",
"keywordList": [
1
]
},
{
"columnName": "number",
"condition": "=",
"keywordList": [
"XS2509121754LWDIG"
]
}
]
}curl --location 'https://crm-dev.e-lansen.com/api/sales/project/clue-list?page=1&limit=30&noShowLoading=true' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"sqlConditionList": [
{
"columnName": "state",
"condition": "=",
"keywordList": [
1
]
},
{
"columnName": "number",
"condition": "=",
"keywordList": [
"XS2509121754LWDIG"
]
}
]
}'{
"data": "string",
"code": 0,
"msg": "string",
"desc": null
}