Commit 80a1ff24 authored by clone's avatar clone

跨域

parent 7807cb36
...@@ -483,6 +483,7 @@ class Shop extends Basic ...@@ -483,6 +483,7 @@ class Shop extends Basic
*/ */
public function addShopFollowUp() public function addShopFollowUp()
{ {
header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
/* $params = array( /* $params = array(
"house_id" => 1, "house_id" => 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