|
|
@@ -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;
|