Commit e409e47d authored by zhuwei's avatar zhuwei

bug

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