Commit a950f348 authored by 杨成林's avatar 杨成林

Merge branch 'ycl/test_to_master' into 'master'

fix

See merge request alpha/sun!318
parents 32a19c88 c479e602
......@@ -213,7 +213,7 @@ class ReplyManageEdit(APIView):
content = request.POST.get('content')
try:
self.rpc['venus/sun/reply/manage/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
......
......@@ -228,7 +228,7 @@ urlpatterns = [
url(r'^reply/manage/edit$', ReplyManageEdit.as_view()),
url(r'^reply/manage/batch/move$', ReplyManageBatchMove.as_view()),
url(r'^reply/manage/list$', ReplyManageListView.as_view()),
url(r'^reply/manage/create$', ReplyManageCreateView.as_view()),
url(r'^reply/manage/create$', ReplyCreate.as_view()),
url(r'^reply/manage/batch/update$', ReplyManageBatchUpdate.as_view()),
# 测肤
......
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