jiaozijun

Update 其他接口.md

... ... @@ -177,4 +177,28 @@ response body:
]
}
]
```
\ No newline at end of file
```
# 学生上完课程判断刚刚上过的课程是否是体验课
接口地址: service/student/{studentId}{workOrderId}/experience/check
请求方式: get
request body:
```
```
response body:
```
{
"data": true
"returnCode": 200,
"returnMsg": "success"
}
```
... ...