Commit a4ecb108 authored by strong's avatar strong

前端查评论的接口的返回值恢复created字段

parent c69419f0
...@@ -12,7 +12,8 @@ var listCommentFields = { ...@@ -12,7 +12,8 @@ var listCommentFields = {
praise_count:1, praise_count:1,
comment_count:1, comment_count:1,
comments:1, comments:1,
status:1 status:1,
created:1
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment