梁海波

Created 获取红包选项静态数据 (markdown)

### [上一级](老师红包)
***
#### 接口说明
+ 请求地址
`/api/teacher/red_envelopers`
+ 请求方式
`GET`
+ 请求参数
`无`
+ 返回数据
```json
[
{
"id": 1,
"name": "星级教师",
"active": "ACTIVE",
"defaultValue": [
"5000",
"10000"
]
},
{
"id": 2,
"name": "推荐",
"active": "ACTIVE",
"defaultValue": [
"5000",
"10000"
]
},
{
"id": 3,
"name": "自定义",
"active": "ACTIVE",
"defaultValue": [
"5000",
"10000"
]
},
{
"id": 4,
"name": "得分",
"active": "ACTIVE",
"defaultValue": [
"5000",
"10000"
]
}
]
```
\ No newline at end of file
... ...