json:"age_range"
// 年龄范围json:"status"
// 代客户提交资料状态 0:全部 1:代提交 2:已提交{
"bind_range": [
"string"
],
"client": "string",
"gender": 0,
"is_login": 0,
"limit": 0,
"offset": 0,
"user_id": "string"
}
curl --location --request POST 'https://ccrm-app.shanshu.work:6001/api/v1/sale/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"bind_range": [
"string"
],
"client": "string",
"gender": 0,
"is_login": 0,
"limit": 0,
"offset": 0,
"user_id": "string"
}'
{
"code": 0,
"data": null,
"msg": "ok"
}