GET GDTV/v3/CourseWeb/GetCoursePlan?publishId={publishId}&planId={planId}

查看课后服务计划详情

Request

URI Params

字段名字段说明字段类型附加信息
publishId

机构Id

integer

Required

planId

计划Id

integer

Required

Body Params

None.

Response

APITResultOfCoursePlanWebModel
字段名字段说明字段类型附加信息
Data

CoursePlanWebModel

None.

Ret

返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效

integer

None.

ErrCode

错误代码,因功能而异

integer

None.

Msg

返回信息

string

None.

SeqId

请求序列

integer

None.

InfoMsg

API附加信息

string

None.

application/json, text/json

Sample:
{
  "Data": {
    "CoursePlanID": "1",
    "MDate": "sample string 2",
    "PublishType": 0,
    "PublishID": "3",
    "PublishName": "sample string 4",
    "PName": "sample string 5",
    "Phase": "6",
    "PhaseDesc": "sample string 7",
    "Grade": [
      "sample string 1",
      "sample string 2"
    ],
    "GradeDesc": "sample string 8",
    "PAreaType": 0,
    "PAreaTypeDesc": "学科教育",
    "Lecturers": [
      "sample string 1",
      "sample string 2"
    ],
    "LecturersDesc": "sample string 9",
    "PlanSDate": "sample string 10",
    "PlanEDate": "sample string 11",
    "CourseSubTime": "sample string 12",
    "PlanAttach": [
      {
        "Url": "sample string 1",
        "AttachName": "sample string 2"
      },
      {
        "Url": "sample string 1",
        "AttachName": "sample string 2"
      }
    ],
    "PlanDesc": "sample string 13",
    "CoursePlanType": 0,
    "CoursePlanTypeDesc": "未开始",
    "PlanLessonType": 0,
    "PlanLessonTypeDesc": "未开课",
    "CreateCourseNums": 14,
    "CourseInfoID": "15",
    "LecturerID": "16",
    "PlanType": 1,
    "PlanTypeDesc": "本机构"
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}