文档
测试

导出意向客户列表

POST
/api/businessopportunity/exportIntention

请求参数

参数名
类型
描述
必填
head
string
需要导出的字段名 数组
必填
id
string
示例:id
必填
code
string
示例:code
必填
name
string
示例:name
必填
headPhoto
string
示例:headPhoto
必填
remake
string
示例:remake
必填
phone
string
示例:phone
必填
sex
string
示例:sex
必填
height
string
示例:height
必填
age
string
示例:age
必填
address
string
示例:address
必填
education
string
示例:education
必填
sources
string
示例:sources
必填
sales
string
示例:sales
必填
transferTime
string
示例:transferTime
必填
intentionVos
List<IntentionFormatterVo>
选中的行的数据
必填
id
string
示例:1
必填
code
string
示例:5689
必填
name
string
示例:张三
必填
headPhoto
string
示例:a.jpg
必填
remake
string
示例:xxxx
必填
phone
string
示例:1300000000
必填
sex
string
示例:0
必填
height
string
示例:169
必填
age
string
示例:26
必填
address
string
示例:四川
必填
education
string
示例:大专
必填
sources
string
示例:伊对
必填
transferTime
string
示例:2021-07-05 08:29:47
必填

请求示例

{ "head":[id,code,name......] "intentionVos":[ { "id":1, "code":1, "name":"admin", "headPhoto":"a.jpg", "remake":"xxxxx", "phone":"13000000000", "sex":0, "height":"168", "age":"15", "address":"四川", "education":"大专", "sources":"伊对", "transferTime": "2021-07-05 08:29:42" } ] }

说明 / 示例

{ "msg": "success", "code": 0, "data": "http://192.168.0.115:8001/static/export/操作记录表.xls" }