Impl user info

This commit is contained in:
Changhua 2024-06-07 22:30:14 +08:00
parent 3d8c623df8
commit d92b82c1d9
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@
WxCalls_t wxCalls = {
0x5AB8A2C, // Login Status
{ 0x5AB8FC8, 0x5AB90A8, 0x5AB8FE8, 0x5A7F170 }, // User Info: wxid, nickname, mobile, home
{ 0x5AB7FB8, 0x5AB8098, 0x5AB7FD8, 0x5A7E190 }, // User Info: wxid, nickname, mobile, home
{ 0x768140, 0xCE6C80, 0x756960 }, // Send Message
/* Receive Message:
Hook, call, msgId, type, isSelf, ts, roomId, content, wxid, sign, thumb, extra, msgXml */

View File

@ -855,7 +855,6 @@ static bool dispatcher(uint8_t *in, size_t in_len, uint8_t *out, size_t *out_len
ret = func_is_login(out, out_len);
break;
}
#if 0
case Functions_FUNC_GET_SELF_WXID: {
ret = func_get_self_wxid(out, out_len);
break;
@ -864,7 +863,6 @@ static bool dispatcher(uint8_t *in, size_t in_len, uint8_t *out, size_t *out_len
ret = func_get_user_info(out, out_len);
break;
}
#endif
case Functions_FUNC_GET_MSG_TYPES: {
ret = func_get_msg_types(out, out_len);
break;