Showing
1 changed file
with
24 additions
and
0 deletions
退回群红包.md
0 → 100644
1 | +### [上一级](老师红包) | ||
2 | + | ||
3 | +*** | ||
4 | + | ||
5 | +#### 接口说明 | ||
6 | + | ||
7 | ++ 请求地址 | ||
8 | +`/api/teacher/has_red_envelopes` | ||
9 | ++ 请求方式 | ||
10 | +`POST` | ||
11 | + | ||
12 | ++ 请求参数 | ||
13 | + | ||
14 | +| 参数 | 说明 | 必选? | | ||
15 | +| ---- | ---- | ---- | | ||
16 | +| sum | 红包金额,单位分,整数,不能为空 | 是 | | ||
17 | +| relId | 群红包的id,整数,不能为空 | 是 | | ||
18 | + | ||
19 | ++ 返回保存后的数据 | ||
20 | +```json | ||
21 | +{ | ||
22 | + | ||
23 | +} | ||
24 | +``` |
-
Please register or login to post a comment