新增账号注销和接口

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

@ -52,6 +52,10 @@ class Agreement extends Base
[
'name' => '用户隐私政策',
'type' => 'privacy',
],
[
'name' => '账号注销协议',
'type' => 'logout',
]
];
$assign['nav_data'] = $nav_data;