excel文件导入客户
POST
https://micro-gfyx-api.b2btst.com/v1/clue/customer-manage/import
自动化已维护
最后修改时间:2024-02-23 08:17:08
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
file_id
integer
文件id
示例
{
"file_id": 0
}
返回响应
🟢200成功
application/json
Body
data
object
必需
job_id
integer
异步任务id
total
integer
文件行数
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{"data":{"job_id":240,"total":2},"error_code":0,"message":"操作成功","success":true}
修改于 2024-02-23 08:17:08