latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

coursev2

Get list of courses category

Get list of courses category (also named industry)

get/v2/course/categories

Query parameters

langstring

this if for non-gate case, if without jwt token, will respect this field to show lang of list to show, like English, Chinese

Headers

Authorizationstring required

With the bearer started

Response

success, the list in Data is []*model.CourseCategory

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}