简要描述:
- 获取设置
请求域名:
- http://xx.com
请求URL:
POST/plugin.wechat-chat-sidebar.frontend.controller.customer.dynamic.get-set
参数:
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"progress_list": [
[
"id" : 1,
" progress_name" : 客户进展
]
],
"source_list": [
[
"id" : 1,
" source_name" : 来源
]
],
"industry_list": [
[
"id" : 1,
" industry_name" : 行业
]
],
"department_list": []
}
}
错误时返回:
{
"errcode": 500,
"errmsg": "invalid appid"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
progress_list.id | int | 客户id |
progress_list.progress_name | int | 客户进展名称 |
source_list.id | int | 来源id |
progress_list.source_name | int | 来源名称 |
industry_list.id | int | 行业id |
progress_list.industry_name | int | 行业名称 |
备注:
- 更多返回错误代码请看首页的错误代码描述