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 15:51:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2bc18a88b844d20ac14c458d9ae714342eb3e2c
e2bc18a8
1 parent
3d471811
Created 获取认可度选项静态数据 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
115 additions
and
0 deletions
获取认可度选项静态数据.md
获取认可度选项静态数据.md
0 → 100644
View file @
e2bc18a
### [上一级](老师对产品认可度)
***
#### 接口说明
+
请求地址
`/api/teacher/recognitions`
+
请求方式
`POST`
+
请求参数
`无`
+
返回数据
```
json
[
{
"contents"
:
[
{
"id"
:
9
,
"name"
:
"年纪大"
},
{
"id"
:
10
,
"name"
:
"排斥电子产品"
},
{
"id"
:
11
,
"name"
:
"使用其它产品"
},
{
"id"
:
12
,
"name"
:
"固守自己教法"
}
],
"name"
:
"不接受"
,
"id"
:
1
},
{
"contents"
:
[
{
"id"
:
16
,
"name"
:
"留作业"
},
{
"id"
:
17
,
"name"
:
"上课"
},
{
"id"
:
18
,
"name"
:
"在线授课"
},
{
"id"
:
19
,
"name"
:
"教学理念"
}
],
"name"
:
"可以接受"
,
"id"
:
2
},
{
"contents"
:
[
{
"id"
:
2
,
"name"
:
"行政问题"
},
{
"id"
:
3
,
"name"
:
"时机不合适"
},
{
"id"
:
5
,
"name"
:
"处于孕产期"
},
{
"id"
:
6
,
"name"
:
"硬件设备限制"
},
{
"id"
:
7
,
"name"
:
"对产品不够有信息"
},
{
"id"
:
8
,
"name"
:
"不愿做出头鸟"
}
],
"name"
:
"可以进一步了解"
,
"id"
:
3
},
{
"contents"
:
[
{
"id"
:
23
,
"name"
:
"留作业"
},
{
"id"
:
24
,
"name"
:
"上课"
},
{
"id"
:
25
,
"name"
:
"教学理念"
},
{
"id"
:
26
,
"name"
:
"在线授课"
}
],
"name"
:
"喜欢"
,
"id"
:
4
}
]
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment