1
0
mirror of synced 2026-05-22 14:43:15 +00:00

docs: 根据群友(144684xxxx)订正SSO-Client:接收消息推送地址的路由

Signed-off-by: Uncarbon <4840454+uncarbon97@user.noreply.gitee.com>
This commit is contained in:
Uncarbon
2026-05-22 09:25:38 +00:00
committed by Gitee
parent 79b0de9cd6
commit 074c790db5
+1 -1
View File
@@ -116,7 +116,7 @@ public class SsoClientController {
}
// SSO-Client:接收消息推送地址
@RequestMapping("/sso/ssoPushC")
@RequestMapping("/sso/pushC")
public Object ssoPushC() {
return SaSsoClientProcessor.instance.ssoPushC();
}