@@ -650,6 +650,7 @@ class CustomController extends BaseController
$main = $this->main;
$list['totalUser'] = $main->totalUser ?? 0;
$list['mayGatheringNum'] = $main->mayGatheringNum ?? 0;
+ $list['shopInfo'] = $this->shop;
util::success($list);
}