新增账号注销和接口

This commit is contained in:
gongfuxiang
2022-11-20 21:29:44 +08:00
parent 826f07b188
commit 8cef73671b
22 changed files with 290 additions and 52 deletions

View File

@ -45,9 +45,10 @@ class SystemBaseService
'common_site_type' => self::SiteTypeValue(),
'common_shop_notice' => MyC('common_shop_notice', null, true),
// 协议、注册协议、隐私协议
// 协议、注册协议、隐私协议、注销协议
'agreement_userregister_url' => MyUrl('index/agreement/index', ['document'=>'userregister', 'is_content'=>1]),
'agreement_userprivacy_url' => MyUrl('index/agreement/index', ['document'=>'userprivacy', 'is_content'=>1]),
'agreement_userlogout_url' => MyUrl('index/agreement/index', ['document'=>'userlogout', 'is_content'=>1]),
// 手机端相关配置
'common_app_is_enable_search' => (int) MyC('common_app_is_enable_search', 1),