You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

10 hours ago
meta {
name: 联系人导出
type: http
seq: 4
tags: [
generated
]
}
post {
url: {{baseUrl}}/api/customer/contact/export?customerId=753314901191032832
body: none
auth: inherit
}
params:query {
customerId: 753314901191032832
}
docs {
# 联系人导出
`POST /api/customer/contact/export`(本行兼作对账钥匙,勿手改)
全量导出该客户联系人(xlsx 响应流直出 + MinIO 留档 90 天,对齐 LeadPool 导出先例);电话列同列表脱敏口径(138****1234)。
## 请求参数
| 参数 | 类型 | 必填 | 默认 | 说明 |
| --- | --- | --- | --- | --- |
| customerId | string | 是 | - | 客户 id(查询参数) |
## 请求示例
请求头:Authorization: Bearer {{token}}
POST /api/customer/contact/export?customerId=753314901191032832
## 响应 data 结构
非信封:xlsx 二进制文件流(E2E 实测 200,ZIP 魔数 504b 开头,4041 字节);失败时标准 JSON 信封
## 响应示例
非信封:xlsx 二进制文件流(Content-Disposition: attachment; …xlsx);失败时标准 JSON 信封
}