李振兴

Updated 教师偏好获取接口 (markdown)

###接口地址
> /teacher/preference/getting
> /teacher/preference
###请求方式
... ... @@ -12,6 +12,7 @@
###返回值
######获取成功
> #####状态吗:200
```json
{
"id": 5,
... ... @@ -25,12 +26,14 @@
```
######获取失败情况1
> #####状态吗:500
```json
{
"failed": "该用户未设置偏好"
}
```
######获取失败情况2
> #####状态吗:500
```json
{
"failed":"偏好获取失败,存在异常"
... ...