更新商户交易申请协议

This commit is contained in:
yaooo 2023-09-18 13:53:53 +08:00
parent be05086cdc
commit f224edf693

View File

@ -66,6 +66,8 @@ class CacheRepository extends BaseRepository
const COUPON_AGREE = 'sys_coupon_agree';
//付费会员协议
const SYS_SVIP = 'sys_svip';
//交易申请协议
const BUSINESS_APPLY_AGREE = 'business_apply_agree';
public function getAgreeList($type)
{
@ -75,6 +77,7 @@ class CacheRepository extends BaseRepository
['label' => '平台规则', 'key' => self::PLATFORM_RULE],
['label' => '注销重要提示', 'key' => self::CANCELLATION_PROMPT],
['label' => '商户入驻申请协议', 'key' => self::INTEGRAL_AGREE],
['label' => '交易申请协议', 'key' => self::BUSINESS_APPLY_AGREE],
];
if (!$type) {
$data[] = ['label' => '注销声明', 'key' => self::CANCELLATION_MSG];