文档
测试

意向计划时间查询

POST
/api/base/employee/selectIntentionPlanTime

接口描述

雇员新版工作意向计划时间查询

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求示例

``` { } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
val
object
数据字典
必填
job_time_type
string
工作时限类型。temp:临时;long:长期;vacation:寒暑假
必填
nowWeekList
array
数据数组 本周工作时间(临时)
必填
date
string
日期
必填
begin_time
string
开始时间
可选
end_time
string
结束时间
可选
status
string
状态。1.编辑 2.确认
可选
match_status
string
匹配状态 1.未匹配 2.已匹配 3.待确认 4.已签约
可选
id
string
空闲时间id
可选
now_week_state
string
本周计划状态。0:没有计划;1:待确认;2:已确认
必填
nextWeekList
array
数据数组 下周工作时间(临时)
必填
date
string
日期
必填
begin_time
string
开始时间
可选
end_time
string
结束时间
可选
status
string
状态。1.编辑 2.确认
可选
match_status
string
匹配状态 1.未匹配 2.已匹配 3.待确认 4.已签约
可选
next_week_state
string
本周计划状态。0:没有计划;1:待确认;2:已确认
必填
time_type
string
时间类型。0:每天固定;1:自定义(长期)
必填
b_time
string
每日相同开始时间(长期、寒暑假)
必填
e_time
string
每日相同结束时间(长期、寒暑假)
必填
weekList
array
数据数组 每周固定时间(长期)
必填
num
string
数值星期几
必填
week
string
中文星期几
必填
b_time
string
开始时间
必填
e_time
string
结束时间
必填
b_date
string
开始日期(寒暑假)
必填
e_date
string
结束日期(寒暑假)
必填

返回示例

``` { "flag": 0, "msg": "success", "val": { "activity": { "activity_begin_date": "2021-11-04 00:00:00", "activity_end_date": "2021-12-10 00:00:00", "audit_date": "2021-11-04 15:58:24", "audit_state": "2", "auto_refund": true, "buyed_amount": "4", "c_date": "2021-11-02 18:05:40", "discount_price": "10.00", "goodsList": [ { "activity_id": "0101e57ae8867fa7787f8e85d1a286c9", "id": "b393555c0f4031cc62a9d96427bdea52", "name": "奶茶", "quantity": "2" } ], "heardImgList": null, "hirer_id": "42", "id": "0101e57ae8867fa7787f8e85d1a286c9", "max_buy_amount": "0", "name": "测试活动(修改)", "original_price": "100.00", "put_shelf_date": "2021-11-04 15:58:17", "put_shelf_state": "1", "rule": "", "storeList": [ { "activity_id": "0101e57ae8867fa7787f8e85d1a286c9", "id": "4", "store_id": "0064cd0915c33dd57d62ed770a976e7e", "store_name": "测试门店" } ], "tip": "", "title_page_url": "", "total_amount": "20", "use_end_date": "2021-12-10 00:00:00", "use_start_date": "2021-11-11 00:00:00" }, "activity_id": "0101e57ae8867fa7787f8e85d1a286c9", "c_date": "2021-11-04 16:03:50", "codelList": [ { "bill_id": "36f0ac3da3483dfddfbbe1022771b0ee", "c_date": "2021-11-04", "c_time": "2021-11-04 16:03:50", "id": "12", "is_write_off": "0", "price": "0", "write_off_code": "20211104122540" } ], "discount": "0.00", "emp_id": "42", "id": "36f0ac3da3483dfddfbbe1022771b0ee", "is_pay": "1", "money": "0.00", "origina_money": "0.00", "quantity": "1", "state": "1" } } ```