From ca425b889f3c1b5847ffc26a0229307f7f8ef43e Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Tue, 09 Dec 2025 16:11:31 +0800
Subject: [PATCH] 添加消费券 商户端添加页面diy
---
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