梁海波

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

  1 +### [上一级](老师盒子)
  2 +
  3 +***
  4 +
  5 +#### 接口说明
  6 +
  7 ++ 请求地址
  8 +`/api/teacher/has_box/user/{user_id}`
  9 ++ 请求方式
  10 +`GET`
  11 +
  12 ++ 请求参数
  13 +`无`
  14 +
  15 ++ 返回数据
  16 +`http状态码200`
  17 +```json
  18 +{
  19 + "message": "success"
  20 +}
  21 +```
  22 ++ 无数据时返回
  23 +`http状态码404`
  24 +```json
  25 +{
  26 + "message": "没有发放盒子",
  27 + "code": "not_found"
  28 +}
  29 +```