梁海波

Created 查看老师发放盒子情况 (markdown)

### [上一级](老师盒子)
***
#### 接口说明
+ 请求地址
`/api/teacher/has_box/user/{user_id}`
+ 请求方式
`GET`
+ 请求参数
`无`
+ 返回数据
`http状态码200`
```json
{
"message": "success"
}
```
+ 无数据时返回
`http状态码404`
```json
{
"message": "没有发放盒子",
"code": "not_found"
}
```
\ No newline at end of file
... ...