微信通知已被删除加上日志
This commit is contained in:
parent
fc01558e55
commit
7c9f5a4f2d
|
@ -35,6 +35,8 @@ module Mobile
|
|||
present :is_public, is_public
|
||||
present :status, 0
|
||||
rescue Exception=>e
|
||||
Rails.logger.info "course_notice is not find!"
|
||||
Rails.logger.info e
|
||||
present :status, -1
|
||||
present :message, e.message
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue