Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpha
sun
Commits
608be81a
Commit
608be81a
authored
Sep 23, 2019
by
杨成林
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ycl/survey' into 'dev'
分页 See merge request
!356
parents
8abba4d7
1ae7c00f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
survey.py
api/survey.py
+4
-1
No files found.
api/survey.py
View file @
608be81a
from
utils.base
import
APIView
from
utils.base
import
APIView
,
get_offset_count
class
SurveyListView
(
APIView
):
def
get
(
self
,
request
):
data
=
self
.
rpc
[
'venus/sun/survey/list'
]()
.
unwrap
()
offset
,
count
=
get_offset_count
(
request
)
data
=
self
.
rpc
[
'venus/sun/survey/list'
](
offset
=
offset
,
count
=
count
)
.
unwrap
()
return
data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment