更新协议

This commit is contained in:
yaooo 2023-09-21 20:11:42 +08:00
parent e7d8c0c087
commit 3a0ffd3abc

View File

@ -88,7 +88,7 @@ class CacheRepository extends BaseRepository
['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::MERC_SUPPLY_AGREE],
['label' => '产品代销三方合作协议书', 'key' => self::CONSIGN_PRODUCT_AGREE],
['label' => '商户开通采购、交易及结算功能协议', 'key' => self::MERC_SETTLE_AGREE],
];
@ -121,6 +121,10 @@ class CacheRepository extends BaseRepository
self::PLATFORM_RULE,
self::COUPON_AGREE,
self::SYS_SVIP,
self::MERC_SERVICE_AGREE,
self::MERC_SUPPLY_AGREE,
self::CONSIGN_PRODUCT_AGREE,
self::MERC_SETTLE_AGREE,
];
}