From c13b8914228e6a404bd60ee36bf2479383da8f23 Mon Sep 17 00:00:00 2001
From: liyaozhi <lzhflash@163.com>
Date: Sun, 09 Nov 2025 10:55:14 +0800
Subject: [PATCH] 111
---
admin/app/shop/controller/branch/Branch.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/admin/app/shop/controller/branch/Branch.php b/admin/app/shop/controller/branch/Branch.php
index b38e914..df96320 100644
--- a/admin/app/shop/controller/branch/Branch.php
+++ b/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);
--
Gitblit v1.9.2