前端请求
POST/plugin.customer-manage.frontend.controllers.customer.add-followup
企业微信pc端请求URL:
POST:xx.com/business/{公众号id}/plugin/CustomerManage/addFollowup
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| menu_type | 是 | int | 1我的客户,2部门客户,3公海客户 |
| customer_id | 是 | int | 客户 |
| form.content | 是 | string | 内容 |
| form.files | 否 | array | 文件列表 |
| record_id | 否 | int | 记录id,传入则编辑 |
| form.diy_content | 否 | array | 自定义表单,传入跟进类型自定义表单模板 |
| form.follow_type_id | 否 | int | 跟进类型id |