shish 5 年 前
コミット
ed73ea833b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app-ghs/controllers/MainController.php

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

@@ -137,6 +137,7 @@ class MainController extends BaseController
             'shopImg' => $shopImg,
             'cashAccount' => $cashAccount,
             'shopAdminId' => $shopAdminId,
+            'shopId' => $this->shopId,
         ];
         util::success($data);
     }