线索id(手机号线索id列表(长度<=100))
{
"clue_ids": [
"string"
],
"sea_id": "string"
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/clue/back_to_sea?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"clue_ids": [
"string"
],
"sea_id": "string"
}'
{
"msg": "success",
"code": 0,
"data": {
"fail_list": [
{
"clue_id": "xxx",
"error_code": 1013,
"error_msg": ""
}
],
"success_list": [
"xxx"
]
}
}