JiangTengfei

Updated 在线授课接口定义 (markdown)

... ... @@ -132,4 +132,26 @@ Request Method: POST
|score |是 |评分 |int |
|evaluation |否 |评价 |String |
|source_id |是 |评价人id|Long |
|target_id |是 |被评价人id|Long |
\ No newline at end of file
|target_id |是 |被评价人id|Long |
###房间进入状态回调接口
接口地址:/teaching/callback/chat_room
请求方式:POST
Request参数:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|-----------|
|work_order_id |是 |工单id |Long |
|user_id |是 |用户id |Long |
|chat_room_id |是 |房间号id|Long |
Response
```
......
```
\ No newline at end of file
... ...