# 获取分数线
~~~[api]
get:/passline/get
*string:year=2016#年份
*string:province=甘肃#省市
*string:subjecttype=理#文理类别
<<<
success
{
"status": true,
"resdata": {
"id": 1,
"province": "甘肃",
"subjecttype": "理",
"year": 2016,
"score": 460,
"count": null
}
}
<<<
error
{
"status": false,
"title": "尚未查询到信息"
}
~~~