shish 1 год назад
Родитель
Сommit
f51bdf4f27
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/CustomController.php

+ 1 - 0
app-ghs/controllers/CustomController.php

@@ -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);
     }