jiaozijun

Update 其他接口.md

@@ -177,4 +177,28 @@ response body: @@ -177,4 +177,28 @@ response body:
177 ] 177 ]
178 } 178 }
179 ] 179 ]
180 -``` 180 +```
  181 +
  182 +
  183 +# 学生上完课程判断刚刚上过的课程是否是体验课
  184 +
  185 +接口地址: service/student/{studentId}{workOrderId}/experience/check
  186 +
  187 +请求方式: get
  188 +
  189 +request body:
  190 +
  191 +```
  192 +
  193 +```
  194 +
  195 +response body:
  196 +
  197 +```
  198 +{
  199 + "data": true
  200 + "returnCode": 200,
  201 + "returnMsg": "success"
  202 +}
  203 +```
  204 +