Files
cunkebao_v3/Server/application/http/middleware/jwt.php

11 lines
190 B
PHP
Raw Normal View History

2025-03-17 11:47:42 +08:00
<?php
namespace app\http\middleware;
/**
* JWT中间件别名
* 解决类不存在: app\http\middleware\jwt的问题
*/
class jwt extends JwtAuth
{
// 继承JwtAuth的所有功能
}