mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 20:00:27 +08:00
19 lines
180 B
PHP
19 lines
180 B
PHP
<?php
|
|
|
|
namespace App\Http\Mobile\Services;
|
|
|
|
class Logout extends Service
|
|
{
|
|
|
|
public function logoutBySession()
|
|
{
|
|
|
|
}
|
|
|
|
public function logoutByToken()
|
|
{
|
|
|
|
}
|
|
|
|
}
|