博客微信api

This commit is contained in:
cxt 2016-05-13 15:01:36 +08:00
parent 22523d25b8
commit 3e340b6ef9
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ module Mobile
blog_comment_expose :created_at
blog_comment_expose :lasted_comment
blog_comment_expose :id
blog_comment_expose :locked
blog_comment_expose :praise_count
expose :blog_comment_children, using:Mobile::Entities::BlogComment do |c,opt|
if c.is_a? (::BlogComment)