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": "66b89b8d3f344b00bbef63a7905ea00e",
"appOwnerId": 0
}