add member type

This commit is contained in:
NetRiceCake
2025-12-04 15:46:38 +09:00
parent f4c91ccd57
commit bec90e0a17
9 changed files with 91 additions and 10 deletions

View File

@@ -214,9 +214,13 @@ public class TalkClient {
return status == 0;
} catch (Exception e) {
} finally {
//if (postSocket != null) postSocket.close();
if (postSocket != null) postSocket.close();
}
return false;
}
public long getUserId() {
return loginData.userId;
}
}