Authored by zhoushuo

增加时间

... ... @@ -76,6 +76,7 @@ class YHMApi_App_V2_Comment extends YHMApi_App_V1_Comment {
'star' => $v['star'],
'content' => $contentData['content'],
'comment_user_info' => self::_getUserInfo($v['uid']),
'publish_time' => $v['create_time']
);
$retData['comment_list'][] = $oneComment;
}
... ... @@ -203,6 +204,7 @@ class YHMApi_App_V2_Comment extends YHMApi_App_V1_Comment {
'star' => $v['star'],
'content' => $contentData['content'],
'comment_user_info' => self::_getUserInfo($v['uid']),
'publish_time' => $v['create_time']
);
$retData['comment_list'][] = $oneComment;
}
... ...