shish 11 месяцев назад
Родитель
Сommit
237bcc740d
1 измененных файлов с 7 добавлено и 0 удалено
  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]);
+    }
+
 }