mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
新增账号注销和接口
This commit is contained in:
@ -52,6 +52,10 @@ class Agreement extends Base
|
||||
[
|
||||
'name' => '用户隐私政策',
|
||||
'type' => 'privacy',
|
||||
],
|
||||
[
|
||||
'name' => '账号注销协议',
|
||||
'type' => 'logout',
|
||||
]
|
||||
];
|
||||
$assign['nav_data'] = $nav_data;
|
||||
|
||||
Reference in New Issue
Block a user