shish 11 bulan lalu
induk
melakukan
a2e00041c5
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 7 0
      app-hd/controllers/ShopExtController.php

+ 7 - 0
app-hd/controllers/ShopExtController.php

@@ -287,6 +287,13 @@ class ShopExtController extends BaseController
         util::complete('设置成功');
     }
 
+    public function actionInfo()
+    {
+        $shopId = $this->shopId;
+        $ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
+        util::success(['ext' => $ext]);
+    }
+
     public function actionModifyGatherRepeat()
     {
         $staff = $this->shopAdmin;