app评论

This commit is contained in:
lizanle 2015-04-11 15:52:48 +08:00
parent b3d6ab6d80
commit 68a54b9368
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module Mobile
end
post do
cs_params = {
memo: {:subject => params[:subject],:content => '该贴来自手机App意见反馈'},
memo: {:subject => '该贴来自手机App意见反馈' ,:content => params[:subject]},
}
cs = CommentService.new
memo,message = cs.create_feedback cs_params, current_user