GET api/M_Course/JoinCourse_Z?uid={uid}&courseId={courseId}&classId={classId}&accessKey={accessKey}&secretKey={secretKey}

加入课程 Mymooc 总中心 使用

Request Information

Parameters

NameDescriptionAdditional information
uid
用户id

Define this parameter in the request URI.

courseId
课程id

Define this parameter in the request URI.

classId
班次id

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"}