feat: 添加获取登录账户信息的功能,并更新相关数据结构和常量

This commit is contained in:
lixiangwuxian
2025-04-10 01:13:28 +08:00
parent 546f1abcd1
commit eba07290a9
5 changed files with 49 additions and 14 deletions

View File

@@ -3,4 +3,5 @@ package constants
const (
GET_GROUP_LIST = "/get_group_list"
GET_GROUP_MEMBER_LIST = "/get_group_member_list"
GET_LOGIN_INFO = "/get_login_info"
)