增加提现说明

main
home.fengxinyhyl 4 months ago
parent 2bb88c0c94
commit 20c8b9d844
  1. 4
      app/common/repositories/system/CacheRepository.php

@ -70,6 +70,8 @@ class CacheRepository extends BaseRepository
const LOTTERY_RULE = 'the_lottery_rule';
//抽奖规则
const LOTTERY_RULE2 = 'the_lottery_rule2';
//提现规则
const WITHDRAW_RULE = 'the_withdraw_rule';
public function getAgreeList($type)
{
@ -80,6 +82,7 @@ class CacheRepository extends BaseRepository
['label' => '注销重要提示', 'key' => self::CANCELLATION_PROMPT],
['label' => '抽奖规则', 'key' => self::LOTTERY_RULE2],
['label' => '预存注意事项', 'key' => self::LOTTERY_RULE],
['label' => '提现说明', 'key' => self::WITHDRAW_RULE],
];
if (!$type) {
// $data[] = ['label' => '注销声明', 'key' => self::CANCELLATION_MSG];
@ -112,6 +115,7 @@ class CacheRepository extends BaseRepository
self::SYS_SVIP,
self::LOTTERY_RULE,
self::LOTTERY_RULE2,
self::WITHDRAW_RULE,
];
}

Loading…
Cancel
Save