修复 sa-token-demo-sso3-client-nosdk 项目中单点注销 url 配置错误的问题

This commit is contained in:
click33 2022-11-16 21:19:15 +08:00
parent b8de417d16
commit bd509ed75f

View File

@ -40,7 +40,7 @@ public class SsoRequestUtil {
/**
* 单点注销地址
*/
public static String sloUrl = "http://sa-sso-server.com:9000/sso/logout";
public static String sloUrl = "http://sa-sso-server.com:9000/sso/signout";
/**
* 接口调用秘钥