|
|
@ -66,6 +66,8 @@ class CacheRepository extends BaseRepository |
|
|
|
const COUPON_AGREE = 'sys_coupon_agree'; |
|
|
|
const COUPON_AGREE = 'sys_coupon_agree'; |
|
|
|
//付费会员协议 |
|
|
|
//付费会员协议 |
|
|
|
const SYS_SVIP = 'sys_svip'; |
|
|
|
const SYS_SVIP = 'sys_svip'; |
|
|
|
|
|
|
|
//品质与服务承诺书 |
|
|
|
|
|
|
|
const SYS_MERCHANT_SERVE = 'sys_merchant_serve'; |
|
|
|
|
|
|
|
|
|
|
|
public function getAgreeList($type) |
|
|
|
public function getAgreeList($type) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -75,6 +77,7 @@ class CacheRepository extends BaseRepository |
|
|
|
['label' => '平台规则', 'key' => self::PLATFORM_RULE], |
|
|
|
['label' => '平台规则', 'key' => self::PLATFORM_RULE], |
|
|
|
['label' => '注销重要提示', 'key' => self::CANCELLATION_PROMPT], |
|
|
|
['label' => '注销重要提示', 'key' => self::CANCELLATION_PROMPT], |
|
|
|
['label' => '商户入驻申请协议', 'key' => self::INTEGRAL_AGREE], |
|
|
|
['label' => '商户入驻申请协议', 'key' => self::INTEGRAL_AGREE], |
|
|
|
|
|
|
|
['label' => '品质与服务承诺书', 'key' => self::SYS_MERCHANT_SERVE], |
|
|
|
]; |
|
|
|
]; |
|
|
|
if (!$type) { |
|
|
|
if (!$type) { |
|
|
|
$data[] = ['label' => '注销声明', 'key' => self::CANCELLATION_MSG]; |
|
|
|
$data[] = ['label' => '注销声明', 'key' => self::CANCELLATION_MSG]; |
|
|
@ -104,6 +107,7 @@ class CacheRepository extends BaseRepository |
|
|
|
self::PLATFORM_RULE, |
|
|
|
self::PLATFORM_RULE, |
|
|
|
self::COUPON_AGREE, |
|
|
|
self::COUPON_AGREE, |
|
|
|
self::SYS_SVIP, |
|
|
|
self::SYS_SVIP, |
|
|
|
|
|
|
|
self::SYS_MERCHANT_SERVE, |
|
|
|
]; |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|