GET api/Score/Course/Swap

获取积分兑换课程列表 (说明:App和小程序通用)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

返状态码: 200:请求成功... 。

CourseSwapResult
NameDescriptionTypeAdditional information
courseList

业务数据集合

Collection of CourseSwap

None.

status

公共返回值: 480:Token无效。 481:请求需要身份验证。 482:身份验证方式不正确。 483:Token已过期。 500:服务器内部错误。

integer

None.

msg

消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "courseList": [
    {
      "CourseExchange_ID": 1,
      "CourseExchange_Title": "sample string 2",
      "CourseExchange_CourseID": 3,
      "CourseExchange_CoverUrl": "sample string 4",
      "CourseExchange_Socre": 5,
      "CourseExchange_Remark": "sample string 6"
    },
    {
      "CourseExchange_ID": 1,
      "CourseExchange_Title": "sample string 2",
      "CourseExchange_CourseID": 3,
      "CourseExchange_CoverUrl": "sample string 4",
      "CourseExchange_Socre": 5,
      "CourseExchange_Remark": "sample string 6"
    }
  ],
  "status": 1,
  "msg": "sample string 2"
}