简要描述:
- 转移失败原因枚举
请求URL:
/api/pc/robots/robot_import_error_infos
请求方式:
- GET
请求头:
- 请参考开发须知
请求参数:
字段名 | 是否必填 | 描述 | 参数示例(默认) |
---|---|---|---|
common_type | true | 公海/线索池 | CustomerCommon/LeadCommon |
common_id | true | 公海/线索池ID |
返回示例:
正确时返回:
{
"code": 0,
"message": "接口请求成功",
"data": ["号码重复","号码格式不正确"]
}
错误时返回:
{
"code": -1,
"message": "未定"
}
备注:
- 更多返回错误代码请看错误码表描述
文档更新时间: 2025-04-29 14:18 作者:何焱