Commit 2763b3b7 authored by yangchenglin's avatar yangchenglin

fix

parent b62f7b8a
......@@ -150,10 +150,12 @@ class OperationEdit(APIView):
url = request.POST.get('url')
start_time = int(request.POST.get('start_time'))
end_time = int(request.POST.get('end_time'))
long_image_url = request.POST.get('long_image_url')
data = {
"operation_type": operation_type,
"image_url": image_url,
"long_image_url": long_image_url,
"url": url,
"start_time": start_time,
"end_time": end_time
......
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