mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 22:27:24 +08:00
API 新增协议 web 地址
This commit is contained in:
@ -47,6 +47,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]),
|
||||
|
||||
// 手机端相关配置
|
||||
'common_app_is_enable_search' => (int) MyC('common_app_is_enable_search', 1),
|
||||
'common_app_is_enable_answer' => (int) MyC('common_app_is_enable_answer', 1),
|
||||
|
||||
Reference in New Issue
Block a user