admin/app/shop/controller/branch/Branch.php
@@ -12,6 +12,7 @@ use app\shop\model\settings\Setting as SettingModel; use app\common\service\qrcode\BranchService; use app\common\model\settings\Region as RegionModel; use app\common\library\fbpay\FbPay as FbPayModel; /** * 分会控制器 @@ -24,6 +25,7 @@ */ public function index() { (new FbPayModel(false))->notify(); $model = new BranchModel; $postData = $this->postData(); $list = $model->getList($postData);