Commit 70a8f596 authored by yangchenglin's avatar yangchenglin

fix

parent c479e602
......@@ -213,7 +213,7 @@ class ReplyManageEdit(APIView):
content = request.POST.get('content')
try:
self.rpc['venus/sun/reply/edit'](id_=id_, data={'content': content}).unwrap()
self.rpc['venus/sun/reply/edit'](id=id_, data={'content': content}).unwrap()
except Exception as e:
error_logger.error(u'平移reply失败%s' % (e))
raise
......
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