From feda780069d64479c0c20493603717e100655da9 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Fri, 05 Dec 2025 18:26:25 +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