Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -407,7 +407,7 @@ Response : | @@ -407,7 +407,7 @@ Response : | ||
| 407 | >在Request body的参数中,`userId`是用户自己的id, `type`是用户类型, `TEACHER` 或者`STUDENT` | 407 | >在Request body的参数中,`userId`是用户自己的id, `type`是用户类型, `TEACHER` 或者`STUDENT` |
| 408 | > | 408 | > |
| 409 | 409 | ||
| 410 | -接口地址:/teaching/callback/absenteeism | 410 | +接口地址:/teaching/callback/absent |
| 411 | 411 | ||
| 412 | 请求方式:POST | 412 | 请求方式:POST |
| 413 | 413 | ||
| @@ -415,9 +415,9 @@ Request body: | @@ -415,9 +415,9 @@ Request body: | ||
| 415 | 415 | ||
| 416 | ``` | 416 | ``` |
| 417 | { | 417 | { |
| 418 | - "workOrderId": 1234, | 418 | + "userId":12938, |
| 419 | - "userId": 12938, | 419 | + "type":"STUDENT", |
| 420 | - "type":"TEACHER" | 420 | + "workOrderId":3979 |
| 421 | } | 421 | } |
| 422 | ``` | 422 | ``` |
| 423 | 423 |
-
Please register or login to post a comment