Commit 137fa863 authored by 杨成林's avatar 杨成林

Merge branch 'ycl/test_to_master' into 'master'

fix

See merge request !319
parents a950f348 70a8f596
......@@ -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