POST api/Course/GetCourseType

获取课程类型 国考/区考/事业单位/免费等 0表示免费

Request Information

URI Parameters

None.

Body Parameters

UserTokenDto
NameDescriptionTypeAdditional information
UserToken

当前登录用户的UserToken,由服务端在用户登录成功之后生成,并在整个访问过程中回传

string

None.

DomainName

来访域名(用户访问该站点时输入的域名)

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserToken": "sample string 1",
  "DomainName": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResponseModelOfObject
NameDescriptionTypeAdditional information
Data

Object

None.

State

integer

None.

Msg

返回的错误或描述信息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "State": 2,
  "Msg": "sample string 3"
}