Impl get self wxid
This commit is contained in:
+2
-1
@@ -55,7 +55,8 @@ interface ISpy
|
||||
typedef RpcSqlResult_t **PPRpcSqlResult;
|
||||
typedef RpcSqlResult_t ***PPPRpcSqlResult;
|
||||
|
||||
int IsLogin();
|
||||
int IsLogin();
|
||||
int GetSelfWxId([ out, string ] wchar_t wxid[20]);
|
||||
int SendTextMsg([ in, string ] const wchar_t *wxid, [ in, string ] const wchar_t *msg,
|
||||
[ in, unique, string ] const wchar_t *atWxids);
|
||||
int SendImageMsg([ in, string ] const wchar_t *wxid, [ in, string ] const wchar_t *path);
|
||||
|
||||
Reference in New Issue
Block a user