Commit 7f88248d authored by hujun's avatar hujun

喜报返回

parent 78169885
......@@ -136,13 +136,14 @@ class Feed extends Basic
$where['status'] = 0;
$data = $push->getFeedInfo($field, $where);
if (isset($this->params['type']) && $this->params['type'] == 0) {
if ($data['type'] == 0) {
$data['type_string'] = '成功下定';
}
if ($data['type'] == 1) {
$data['type_string'] = '公告';
}
return $this->response(200, "", $data);
}
}
\ No newline at end of file
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