From e7d8c0c087876db82c6ada896ab5ca2a03b0147e Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 21 Sep 2023 20:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/system/CacheRepository.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/common/repositories/system/CacheRepository.php b/app/common/repositories/system/CacheRepository.php index cff3e1e8..1bf43ccb 100644 --- a/app/common/repositories/system/CacheRepository.php +++ b/app/common/repositories/system/CacheRepository.php @@ -30,6 +30,15 @@ use think\facade\Cache; class CacheRepository extends BaseRepository { + //商户服务协议 + const MERC_SERVICE_AGREE = 'mer_services_agree'; + //供应链商户补充协议 + const MERC_SUPPLY_AGREE = 'mer_supply_agree'; + //产品代销三方合作协议书 + const CONSIGN_PRODUCT_AGREE = 'consign_product_agree'; + //商户开通采购、交易及结算功能协议 + const MERC_SETTLE_AGREE = 'mer_settlement_agree'; + //积分说明 const INTEGRAL_RULE = 'sys_integral_rule'; //商户入驻申请协议 @@ -78,6 +87,10 @@ class CacheRepository extends BaseRepository ['label' => '注销重要提示', 'key' => self::CANCELLATION_PROMPT], ['label' => '商户入驻申请协议', 'key' => self::INTEGRAL_AGREE], ['label' => '交易申请协议', 'key' => self::BUSINESS_APPLY_AGREE], + ['label' => '商户服务协议', 'key' => self::MERC_SERVICE_AGREE], + ['label' => '供应链商户补充协议','key' => self::BUSINESS_APPLY_AGREE], + ['label' => '产品代销三方合作协议书', 'key' => self::CONSIGN_PRODUCT_AGREE], + ['label' => '商户开通采购、交易及结算功能协议', 'key' => self::MERC_SETTLE_AGREE], ]; if (!$type) { $data[] = ['label' => '注销声明', 'key' => self::CANCELLATION_MSG];