简要描述:
- 添加工作时间
请求域名:
- http://xx.com
请求URL:
POST/&route==plugin.be-within-call.frontend.work-time.rest
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
need_rest | 是 | int | 是否休息:1是0否 |
wid | 否 | int | 工作时间ID |
aid | 否 | int | 技能ID,关联date 参数 |
date | 否 | int | 日期,时间戳 10位 关联aid 参数 |
// 传 wid 表示修改指定工作时间休息 //传 aid 和 date 表示 一天的工作时间全部休息
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {}
}
** 失败返回 **
{
"result": 0,
"msg": "未指定需要休息时间",
"data": []
}
返回参数说明:
data参数说明:
参数名 | 类型 | 说明 |
---|