Files
cunkebao_v3/Server/application/http/middleware/jwt.php
2025-04-02 16:00:10 +08:00

11 lines
190 B
PHP
Executable File

<?php
namespace app\http\middleware;
/**
* JWT中间件别名
* 解决类不存在: app\http\middleware\jwt的问题
*/
class jwt extends JwtAuth
{
// 继承JwtAuth的所有功能
}