POST api/v1/Practice/Finish?lessonId={lessonId}
完成随堂练习
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
lessonId | 课程ID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": { "pointRewardMsg": "sample string 1" }, "status": 0, "friendlyMessage": "sample string 1", "message": "sample string 2", "requestId": "95b677b261144d0fba55035a0060587a", "appOwnerId": 0 }