Files
cunkebao_v3/Server/application/http/middleware/jwt.php
2025-03-18 14:39:17 +08:00

11 lines
190 B
PHP

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