Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
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 17:24:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0a0ebd0ec9febf9e851ba802e642679af0820377
0a0ebd0e
1 parent
2cf4c18a
Created 获取红包选项静态数据 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
获取红包选项静态数据.md
获取红包选项静态数据.md
0 → 100644
View file @
0a0ebd0
### [上一级](老师红包)
***
#### 接口说明
+
请求地址
`/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
...
...
Please
register
or
login
to post a comment