GET api/docs/M_Course?userId={userId}&homeworkId={homeworkId}&answer={answer}&accessKey={accessKey}&secretKey={secretKey}
提交/修改章节作业
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId | 用户id |
Define this parameter in the request URI. |
homeworkId | 作业id |
Define this parameter in the request URI. |
answer | 答案 |
Define this parameter in the request URI. |
accessKey | accessKey |
Define this parameter in the request URI. |
secretKey | secretKey |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "sample string 1": "sample string 2", "sample string 3": "sample string 4", "sample string 5": "sample string 6" }
text/javascript
Sample:
{"sample string 1":"sample string 2","sample string 3":"sample string 4","sample string 5":"sample string 6"}