Commit 117a24e3 authored by 杨成林's avatar 杨成林

Merge branch 'ycl/pictorial_activity' into 'dev'

fix

See merge request !237
parents 2b955c24 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):
......
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