Commit efea196f authored by clone's avatar clone

bug

parent c5f455c3
...@@ -164,12 +164,12 @@ class Shop extends Basic ...@@ -164,12 +164,12 @@ class Shop extends Basic
public function getShopDetail() public function getShopDetail()
{ {
$params = array( /* $params = array(
"id" => 5, "id" => 5,
"site_area" => 1, //1.c端 3.b端 "site_area" => 1, //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 = [];
if (empty($params['id'])) { if (empty($params['id'])) {
......
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