Commit b904f575 authored by hujun's avatar hujun

跨域

parent 14297e0c
...@@ -73,6 +73,8 @@ class Feed extends Basic ...@@ -73,6 +73,8 @@ class Feed extends Basic
* @throws \think\exception\DbException * @throws \think\exception\DbException
*/ */
public function getFeedInfo() { public function getFeedInfo() {
header('Access-Control-Allow-Origin:*');
$push = new PushFeed(); $push = new PushFeed();
$field = 'id,create_time,house_title'; $field = 'id,create_time,house_title';
......
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