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