Commit d63f4450 authored by hujun's avatar hujun

喜报

parent c1768336
...@@ -99,7 +99,7 @@ class Feed extends Basic ...@@ -99,7 +99,7 @@ class Feed extends Basic
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$push = new PushFeed(); $push = new PushFeed();
$field = 'id,create_time,house_title,click_num'; $field = 'id,create_time,house_title,click_num,content';
if (empty($this->params['id'])) { if (empty($this->params['id'])) {
return $this->response(101, "Id is null!"); return $this->response(101, "Id is null!");
......
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