Commit 36f34e92 authored by clone's avatar clone

bug

parent 4e04cea2
...@@ -219,11 +219,11 @@ class Shop extends Basic ...@@ -219,11 +219,11 @@ class Shop extends Basic
public function getShopDetail() public function getShopDetail()
{ {
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = array( /* $params = array(
"id" => 4, "id" => 4,
"site_area" => 3, //1.c端 3.b端 "site_area" => 3, //1.c端 3.b端
//"user_id" => 2 //if c端 用户登录后传入user_id //"user_id" => 2 //if c端 用户登录后传入user_id
); );*/
$params = $this->params; $params = $this->params;
$conditions = []; $conditions = [];
......
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