Impl Functions_FUNC_GET_SELF_WXID
This commit is contained in:
parent
1c65ec90ad
commit
5701a50bd5
@ -6,7 +6,7 @@
|
||||
#define SUPPORT_VERSION L"3.9.2.23"
|
||||
WxCalls_t wxCalls = {
|
||||
0x2FFD638, // Login Status
|
||||
{ 0x236607C, 0x23660F4, 0x2366128, 0x2386F7C }, // User Info: wxid, nickname, mobile, home
|
||||
{ 0x2FFD4E8, 0x23660F4, 0x2366128, 0x2386F7C }, // User Info: wxid, nickname, mobile, home
|
||||
0x521D30, // Send Message
|
||||
/* Receive Message:
|
||||
Hook, call, type, self, id, msgXml, roomId, wxId, content, thumb, extra */
|
||||
|
@ -549,12 +549,12 @@ 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: {
|
||||
LOG_DEBUG("[Functions_FUNC_GET_SELF_WXID]");
|
||||
ret = func_get_self_wxid(out, out_len);
|
||||
break;
|
||||
}
|
||||
#if 0
|
||||
case Functions_FUNC_GET_MSG_TYPES: {
|
||||
LOG_DEBUG("[Functions_FUNC_GET_MSG_TYPES]");
|
||||
ret = func_get_msg_types(out, out_len);
|
||||
|
Loading…
Reference in New Issue
Block a user