admin/app/shop/controller/branch/Branch.php
@@ -12,7 +12,6 @@
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;
/**
 * 分会控制器
@@ -25,7 +24,6 @@
     */
    public function index()
    {
        (new FbPayModel(false))->notify();
        $model = new BranchModel;
        $postData = $this->postData();
        $list = $model->getList($postData);