jiangtengfei

edit

... ... @@ -141,4 +141,41 @@ response:
"returnCode": 200,
"returnMsg": "success"
}
```
## 一对一、小班课加积分接口
>1.此接口需要access_token
>
>2.class_type:
>
>正常课,NORMAL
>
>小班课,SMALL
>
>
接口地址: /teaching/student/score
Request method:POST
Request Params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|-----------|-------------------------------|-----------------|
|work_order_id |是 |鱼卡id |Long |
|class_type |否 |不传默认值为`NORMAL `,课程类型见说明|String |
response:
```
{
"data": {
"score": 300
},
"returnCode": 200,
"returnMsg": "success"
}
```
\ No newline at end of file
... ...