Commit e409e47d authored by zhuwei's avatar zhuwei

bug

parent 76a00204
...@@ -55,7 +55,7 @@ class ShareShop extends Basic ...@@ -55,7 +55,7 @@ class ShareShop extends Basic
'client' => 'b', 'client' => 'b',
'is_user' => true 'is_user' => true
];*/ ];*/
$params['is_user'] = true; $params['is_user'] = $is_user;
//dump($params); //dump($params);
Log::write($params, 'shareShop'); //记录日志 Log::write($params, 'shareShop'); //记录日志
$this->assign('data',json_encode($params)); $this->assign('data',json_encode($params));
......
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