[go: nahoru, domu]

Skip to content

Commit

Permalink
update sa-token-doc/doc/up/global-listener.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
AppleOfGray authored and gitee-org committed Sep 27, 2022
1 parent 092efbd commit 5106273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sa-token-doc/doc/up/global-listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class MySaTokenListener implements SaTokenListener {

/** 每次被解封时触发 */
@Override
public void doUntieDisable(String loginType, String service, Object loginId) {
public void doUntieDisable(String loginType, Object loginId, String service) {
System.out.println("---------- 自定义侦听器实现 doUntieDisable");
}

Expand Down

0 comments on commit 5106273

Please sign in to comment.