shish 11 miesięcy temu
rodzic
commit
237bcc740d
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      app-hd/controllers/ShopExtController.php

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

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