提交
This commit is contained in:
34
app/home/controller/Policy.php
Normal file
34
app/home/controller/Policy.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
namespace app\home\controller;
|
||||
|
||||
use think\facade\View;
|
||||
|
||||
class Policy extends Base
|
||||
{
|
||||
public function cookie()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
public function disclaimer()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
public function privacy()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
public function pay()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
public function refund()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
public function user()
|
||||
{
|
||||
return View::fetch();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user