-
Notifications
You must be signed in to change notification settings - Fork 8
logout
Ren Fei edited this page Dec 17, 2020
·
1 revision
原文:https://code.google.com/archive/p/discuz-ucenter-api-for-java/wikis/logout.wiki
Client uc = new Client();
//setcookie('Example_auth', '', -86400); // 生成同步退出的代码 String $ucsynlogout = uc.uc_user_synlogout(); System.out.println("退出成功"+$ucsynlogout);