token: ********************
{
"current": 1,
"size": 20,
"name": "",
"type": "",
"branch": "哲学",
"category": "",
"sort": null
}
curl --location --request POST 'http://www.52plan.cn:9092/prod/web/majors/list' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"current": 1,
"size": 20,
"name": "",
"type": "",
"branch": "哲学",
"category": "",
"sort": null
}'
{
"code": 20000,
"msg": "请求成功",
"data": {
"records": [
{
"id": 1,
"branch": "哲学",
"category": "哲学类",
"name": "哲学",
"code": "010101",
"duration": "四年",
"degree": "哲学学士",
"genderRatio": null,
"wages": "11000",
"introduce": null,
"course": null,
"career": null,
"hot": "2507164",
"type": "本科"
},
{
"id": 2,
"branch": "哲学",
"category": "哲学类",
"name": "逻辑学",
"code": "010102",
"duration": "四年",
"degree": "哲学学士",
"genderRatio": null,
"wages": "15000",
"introduce": null,
"course": null,
"career": null,
"hot": "1107439",
"type": "本科"
},
{
"id": 3,
"branch": "哲学",
"category": "哲学类",
"name": "宗教学",
"code": "010103K",
"duration": "四年",
"degree": "哲学学士",
"genderRatio": null,
"wages": "11200",
"introduce": null,
"course": null,
"career": null,
"hot": "639937",
"type": "本科"
},
{
"id": 4,
"branch": "哲学",
"category": "哲学类",
"name": "伦理学",
"code": "010104T",
"duration": "四年",
"degree": "哲学学士",
"genderRatio": null,
"wages": "10100",
"introduce": null,
"course": null,
"career": null,
"hot": "708907",
"type": "本科"
}
],
"total": "4",
"size": "20",
"current": "1",
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": "1"
}
}