文档
测试

发送任务列表更改

POST
blg.baidukongjian.com/miniblg/api/task/editSendTask

请求参数

参数名
类型
描述
必填
id
int
记录id
必填
userName
string
当前登录用户
必填
corpName
string
企业简称
必填
sendTemplate
string
发送话术
必填
corpMaxSend
int
企业最大发送数量
必填
personMaxSend
int
个人最大发送数量
必填
startTime
int
任务开始时间
必填
secondTime
int
任务第二次开始时间
必填
thirdTime
int
任务第三次开始时间
必填
sendCustomerTag
string
发送标签
必填

响应参数

参数名
类型
描述
必填
ret
string
响应信息
必填
ok
string
响应成功
必填
其他响应信息
必填

说明 / 示例

``` { "ret": "ok", "data_arr": null } ```