@@ -248,7 +248,6 @@ public class OnlineUserService {
* @param key /
*/
public void kickApp(String key) {
- key = properties.getOnlineKey() + key;
redisUtils.del(key);
}
/**