客户拜访
简要描述
- 客户拜访
请求URL
http://branch.com/task/task/index/addCustomer
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
task_id | 是 | string | 任务ID |
store_name | 是 | string | 店铺名称 |
store_address | 是 | string | 店铺地址 |
customer_name | 是 | string | 客户名称 |
customer_mobile | 是 | string | 客户电话 |
store_img | 是 | string | 店铺图片 |
返回示例
{
"code": 0,
"msg": "请上传图片",
"time": "1641989221",
"data": null
}