app评论
This commit is contained in:
parent
b3d6ab6d80
commit
68a54b9368
|
@ -80,7 +80,7 @@ module Mobile
|
||||||
end
|
end
|
||||||
post do
|
post do
|
||||||
cs_params = {
|
cs_params = {
|
||||||
memo: {:subject => params[:subject],:content => '该贴来自手机App意见反馈'},
|
memo: {:subject => '该贴来自手机App意见反馈' ,:content => params[:subject]},
|
||||||
}
|
}
|
||||||
cs = CommentService.new
|
cs = CommentService.new
|
||||||
memo,message = cs.create_feedback cs_params, current_user
|
memo,message = cs.create_feedback cs_params, current_user
|
||||||
|
|
Loading…
Reference in New Issue