Commit a410208f authored by 王浩's avatar 王浩

modify push create

parent 35d18022
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment