@@ -104,13 +104,21 @@
- (void)onKickedOffline {
// 被踢下线
NSLog(@"----- 被踢下线");
+#ifdef DEBUG
+
+#else
[[NSNotificationCenter defaultCenter] postNotificationName:@"otherLogin" object:nil];
+#endif
}
- (void)onUserSigExpired {
// 在线时票据过期
NSLog(@"----- 票据过期");
#pragma mark ----