请求URL:
POST/xx.com/business/{公众号id}/plugin/CustomerManage/followTypeList
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"current_page": 1,
"data": [
{
"id": 3,
"uniacid": 1,
"business_id": 1,
"name": "测试类型",
"sort": 1,
"status": 0,
"columns": [
{
"id": "94nta009d41678",
"value": null,
"required": false,
"name": "测试图片",
"default_value": null,
"sort": 0,
"type": "images",
"type_name": "图片"
},
{
"id": "Q436a901u7m109",
"value": null,
"required": false,
"name": "测试文本",
"default_value": null,
"sort": 0,
"type": "text",
"type_name": "文本"
}
],
"created_at": "2025-12-08 17:06:42",
"updated_at": "2025-12-08 18:03:01",
"deleted_at": null
},
{
"id": 4,
"uniacid": 1,
"business_id": 1,
"name": "测试类型",
"sort": 1,
"status": 0,
"columns": [
{
"id": "015184K0nh983a",
"value": null,
"required": false,
"name": "测试图片",
"default_value": null,
"sort": 0,
"type": "images",
"type_name": "图片"
},
{
"id": "7O2N0820u09U85",
"value": null,
"required": false,
"name": "测试文本",
"default_value": null,
"sort": 0,
"type": "text",
"type_name": "文本"
}
],
"created_at": "2025-12-08 17:10:01",
"updated_at": "2025-12-08 17:10:01",
"deleted_at": null
}
],
"first_page_url": "http://yzhonshop.com/business/1/plugin/CustomerManage/followTypeList?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://yzhonshop.com/business/1/plugin/CustomerManage/followTypeList?page=1",
"links": [
{
"url": null,
"label": "« 上一页",
"active": false
},
{
"url": "http://yzhonshop.com/business/1/plugin/CustomerManage/followTypeList?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "下一页 »",
"active": false
}
],
"next_page_url": null,
"path": "http://yzhonshop.com/business/1/plugin/CustomerManage/followTypeList",
"per_page": 15,
"prev_page_url": null,
"to": 2,
"total": 2
}
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| name | string | 名称 |
| sort | int | 排序 |
| status | int | 状态 |
| columns | array | 自定义表单 |
备注:
- 更多返回错误代码请看首页的错误代码描述