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