Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
梁海波
2016-07-16 12:22:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
547f7e22b5ff405abca2b00d10f377640dd4a1ea
547f7e22
1 parent
6fb0cf42
Created 记录老师发放盒子情况 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
记录老师发放盒子情况.md
记录老师发放盒子情况.md
0 → 100644
View file @
547f7e2
### [上一级](老师盒子)
***
#### 接口说明
+
请求地址
`/api/teacher/has_box/user/{user_id}`
+
请求方式
`POST`
+
请求参数
`无`
+
返回数据
`http状态码200`
```
json
{
"message"
:
"success"
}
```
+
重复发放时返回
`http状态码409`
```
json
{
"message"
:
"已经给id为[2]的用户发过盒子了!"
,
"code"
:
"duplicated"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment