Impl is_login
This commit is contained in:
parent
673ea9c3c0
commit
1c65ec90ad
@ -3,9 +3,9 @@
|
||||
|
||||
#include "load_calls.h"
|
||||
|
||||
#define SUPPORT_VERSION L"3.7.0.30"
|
||||
#define SUPPORT_VERSION L"3.9.2.23"
|
||||
WxCalls_t wxCalls = {
|
||||
0x2366538, // Login Status
|
||||
0x2FFD638, // Login Status
|
||||
{ 0x236607C, 0x23660F4, 0x2366128, 0x2386F7C }, // User Info: wxid, nickname, mobile, home
|
||||
0x521D30, // Send Message
|
||||
/* Receive Message:
|
||||
|
@ -549,6 +549,7 @@ 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);
|
||||
@ -639,6 +640,7 @@ static bool dispatcher(uint8_t *in, size_t in_len, uint8_t *out, size_t *out_len
|
||||
ret = func_decrypt_image(req.msg.dec.src, req.msg.dec.dst, out, out_len);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default: {
|
||||
LOG_ERROR("[UNKNOW FUNCTION]");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user