!178 update sa-token-doc/doc/up/safe-auth.md.

Merge pull request !178 from h0ss/N/A
This commit is contained in:
孔明 2022-09-17 09:46:30 +00:00 committed by Gitee
commit 7d267319da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,7 +35,7 @@ StpUtil.closeSafe();
### 使用注解进行二级认证
在一个方法上使用 `@SaCheckSafe` 注解,可以在代码进入之前此方法之前进行一次二级认证
在一个方法上使用 `@SaCheckSafe` 注解,可以在代码进入此方法之前进行一次二级认证
``` java
// 二级认证:必须二级认证之后才能进入该方法
@SaCheckSafe