You need to sign in or sign up before continuing.
记录老师发放盒子情况.md 366 Bytes

上一级


接口说明

  • 请求地址 /api/teacher/has_box/user/{user_id}
  • 请求方式 POST

  • 请求参数

  • 返回数据 http状态码200

    {
    "message": "success"
    }
    
  • 重复发放时返回 http状态码409

    {
    "message": "已经给id为[2]的用户发过盒子了!",
    "code": "duplicated"
    }