1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 03:50:56 +08:00
2020-04-03 19:20:46 +08:00

19 lines
179 B
PHP

<?php
namespace App\Http\Html5\Services;
class Logout extends Service
{
public function logoutBySession()
{
}
public function logoutByToken()
{
}
}