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