POST api/v1/Edu/FinishPractice
完成课时随堂练习
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| req | 
                             Define this parameter in the request body.  | 
            
Request body formats
application/json, text/json
            Sample:
        
{
  "lessonId": 1
}
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Response body formats
application/json, text/json
            Sample:
{
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "57d041950f8c4de0bc0af35b9aaf5fa5",
  "appOwnerId": 0
}