Commit 404837b5 authored by 赵啸非's avatar 赵啸非

修改token鉴权方式

parent 3c38890a
/**
* @author: zxfei
* @date: 2022/4/22 10:19
* @description:
**/
public interface ITest {
boolean isAdmin();
void setIsAdmin(Boolean bool);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment