提交 | 用户 | 时间 | ||
e7c126 | 1 | ### 请求 /bpm/oa/leave/create 接口 => 成功 |
H | 2 | POST {{baseUrl}}/bpm/oa/leave/create |
3 | Content-Type: application/json | |
4 | tenant-id: 1 | |
5 | Authorization: Bearer {{token}} | |
6 | ||
7 | { | |
8 | "startTime": "2022-03-01", | |
9 | "endTime": "2022-03-05", | |
10 | "type": 1, | |
11 | "reason": "我要请假啦啦啦!" | |
12 | } |