From 67376def68421b6336446c87b013c13a2e93485a Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 22 Feb 2024 11:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/system/CacheRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/repositories/system/CacheRepository.php b/app/common/repositories/system/CacheRepository.php index 04dff9e7..0a1c3573 100755 --- a/app/common/repositories/system/CacheRepository.php +++ b/app/common/repositories/system/CacheRepository.php @@ -88,7 +88,7 @@ class CacheRepository extends BaseRepository ['label' => '隐私政策', 'key' => self::USER_PRIVACY], ['label' => '平台规则', 'key' => self::PLATFORM_RULE], ['label' => '注销重要提示', 'key' => self::CANCELLATION_PROMPT], - ['label' => '商户入驻申请协议', 'key' => self::INTEGRAL_AGREE], + ['label' => '数字供销综合云平台入驻要求和店铺命名规范', 'key' => self::INTEGRAL_AGREE], ['label' => '交易申请协议', 'key' => self::BUSINESS_APPLY_AGREE], ['label' => '商户服务协议', 'key' => self::MERC_SERVICE_AGREE], ['label' => '供应链商户补充协议','key' => self::MERC_SUPPLY_AGREE],