GET course/get_class_wait_change/{id}

3、调至其他课时,显示调至课程的所有余下课时列表,传调至课程的课程id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

3、调至其他课时,显示调至课程的所有余下课时列表,传调至课程的课程id

DataResponseOfListOfClassWaitChangeViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Collection of ClassWaitChangeViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": [
    {
      "class_id": 1,
      "class_time_from_str": "3月15日 06:43",
      "class_time_to_str": "06:43",
      "class_title": "sample string 4"
    },
    {
      "class_id": 1,
      "class_time_from_str": "3月15日 06:43",
      "class_time_to_str": "06:43",
      "class_title": "sample string 4"
    }
  ]
}