shish 11 ヶ月 前
コミット
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('设置成功');
         util::complete('设置成功');
     }
     }
 
 
+    public function actionInfo()
+    {
+        $shopId = $this->shopId;
+        $ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
+        util::success(['ext' => $ext]);
+    }
+
 }
 }