首页动态优化

This commit is contained in:
lizanle 2015-07-24 11:47:45 +08:00
parent a4734bb135
commit f521ca424d
1 changed files with 0 additions and 2 deletions

View File

@ -250,10 +250,8 @@ module Mobile
end
get "course_dynamic/:id" do
cs = CoursesService.new
p Time.now.to_s
count = cs.all_course_dynamics(params,current_user)
present :data, count, with: Mobile::Entities::CourseDynamic
p Time.now.to_s
present :status, 0
end