新增协议
This commit is contained in:
parent
1c6ef2622c
commit
e7d8c0c087
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user