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-15 16:00:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b299cd747bf39a5eadafd84103b9a81e0cfe9d7
1b299cd7
1 parent
e2bc18a8
Created 获取老师认可度 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
获取老师认可度.md
获取老师认可度.md
0 → 100644
View file @
1b299cd
### [上一级](老师对产品认可度)
***
#### 接口说明
+
请求地址
`/api/teacher/has_recognitions/user/{user_id}`
+
请求方式
`GET`
+
请求参数
`无`
+
返回数据
```
json
{
"data"
:
{
"contents"
:
[
{
"id"
:
7
,
"name"
:
"对产品不够有信息"
},
{
"id"
:
8
,
"name"
:
"不愿做出头鸟"
}
],
"name"
:
"可以进一步了解"
,
"id"
:
3
}
}
```
+
无数据时返回
```
json
{
"message"
:
"没有数据"
,
"code"
:
"not_found"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment