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
133d6c9a
Commit
133d6c9a
authored
5 years ago
by
yangchenglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
77bab0cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
activity.py
api/activity.py
+2
-2
No files found.
api/activity.py
View file @
133d6c9a
...
...
@@ -86,7 +86,7 @@ class PictorialActivityInfoView(APIView):
if
not
data
:
return
r'获取失败'
return
data
return
data
.
get
(
"data"
)
class
PictorialActivityView
(
APIView
):
...
...
@@ -101,7 +101,7 @@ class PictorialActivityView(APIView):
if
not
data
:
return
r'获取失败'
return
data
return
data
.
get
(
"data"
)
def
post
(
self
,
request
):
...
...
This diff is collapsed.
Click to expand it.
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