Showing
1 changed file
with
55 additions
and
0 deletions
获取红包选项静态数据.md
0 → 100644
1 | +### [上一级](老师红包) | ||
2 | + | ||
3 | +*** | ||
4 | + | ||
5 | +#### 接口说明 | ||
6 | + | ||
7 | ++ 请求地址 | ||
8 | +`/api/teacher/red_envelopers` | ||
9 | ++ 请求方式 | ||
10 | +`GET` | ||
11 | + | ||
12 | ++ 请求参数 | ||
13 | +`无` | ||
14 | + | ||
15 | ++ 返回数据 | ||
16 | +```json | ||
17 | +[ | ||
18 | + { | ||
19 | + "id": 1, | ||
20 | + "name": "星级教师", | ||
21 | + "active": "ACTIVE", | ||
22 | + "defaultValue": [ | ||
23 | + "5000", | ||
24 | + "10000" | ||
25 | + ] | ||
26 | + }, | ||
27 | + { | ||
28 | + "id": 2, | ||
29 | + "name": "推荐", | ||
30 | + "active": "ACTIVE", | ||
31 | + "defaultValue": [ | ||
32 | + "5000", | ||
33 | + "10000" | ||
34 | + ] | ||
35 | + }, | ||
36 | + { | ||
37 | + "id": 3, | ||
38 | + "name": "自定义", | ||
39 | + "active": "ACTIVE", | ||
40 | + "defaultValue": [ | ||
41 | + "5000", | ||
42 | + "10000" | ||
43 | + ] | ||
44 | + }, | ||
45 | + { | ||
46 | + "id": 4, | ||
47 | + "name": "得分", | ||
48 | + "active": "ACTIVE", | ||
49 | + "defaultValue": [ | ||
50 | + "5000", | ||
51 | + "10000" | ||
52 | + ] | ||
53 | + } | ||
54 | +] | ||
55 | +``` |
-
Please register or login to post a comment