From 204b4cb1fcf1234010f722e0c9d4e88d10e654b1 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 30 Oct 2025 19:03:39 +0800
Subject: [PATCH] 切换默认名片

---
 admin/app/shop/controller/branch/Branch.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/admin/app/shop/controller/branch/Branch.php b/admin/app/shop/controller/branch/Branch.php
index df96320..b38e914 100644
--- a/admin/app/shop/controller/branch/Branch.php
+++ b/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);

--
Gitblit v1.9.2