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
a410208f
Commit
a410208f
authored
6 years ago
by
王浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify push create
parent
35d18022
master
deploy/like-prod
deploy/like-stage
deploy/like-test
dev
like-pre/r01
test
3 merge requests
!145
fix pictorial batch update
,
!150
Test
,
!144
Haow/dev
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
push.py
api/push.py
+1
-1
No files found.
api/push.py
View file @
a410208f
...
@@ -41,7 +41,7 @@ class PushUpdateOrCreateView(APIView):
...
@@ -41,7 +41,7 @@ class PushUpdateOrCreateView(APIView):
url
=
request
.
POST
.
get
(
'url'
,
''
)
url
=
request
.
POST
.
get
(
'url'
,
''
)
if
url
==
'推送帖子'
:
if
url
==
'推送帖子'
:
url
=
'alpha://topic_detail?topic_id='
url
=
'alpha://topic_detail?topic_id='
elif
url
==
'推送
小组
'
:
elif
url
==
'推送
画报
'
:
url
=
'alpha://pictorial_detail?pictorial_id='
url
=
'alpha://pictorial_detail?pictorial_id='
full_url
=
url
+
pictorial_topic_id
full_url
=
url
+
pictorial_topic_id
...
...
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