From 0d04d60f456b1902c1e27b9586652649df3963d4 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Tue, 11 Nov 2025 18:33:51 +0800
Subject: [PATCH] 名片联盟币支付(前端)

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