首页 > 编程语言 >pc企业微信hook,企业微信接口, dll文件 可以通过程序调用接口。

pc企业微信hook,企业微信接口, dll文件 可以通过程序调用接口。

时间:2022-12-19 15:22:51浏览次数:43  
标签:1634312335 hook 微信 接口 pc file

pc企业微信hook接口企业微信, dll文件 可以通过程序调用接口。

hook 版本

 

 

 

Demo 可测试接口

 

 

//发送文本消息 请参数
type int 类型
sendId string 发送人
file string 文件路径
syncKey string 同步key

{
"type": 101007,
"data": {
"sendId": "7881313235513738",
"file": "C:\\file\\xxxx\\Desktop\\接收消息.txt",
"syncKey": "1634312335"
}
}
//返回数据
{
"data": {
"file_id": "30680201020461305f0201000204ea44290002030f55ca0204f15a44da02046171c297042463373866653830352d303263322d343765362d386130392d386430353538326366393738020100020221900410deafc04e03f2551f93071e1617e13aac0201050201000400",
"file_name": "接收消息.txt",
"file_size": 8581,
"is_pc_send": 1,
"is_room": 0,
"msg_id": 1037699,
"msgtype": 15,
"receiver": "7881313235513738", //接收人
"sender": "1688853790599424", //发送人
"sendtime": 1634312335,
"synckey": "1634312335"
},
"errcode": 0,
"errmsg": "ok",
"type": 101007}

 

帮助&支持

HWND wxid[] = rxbz002

  

标签:1634312335,hook,微信,接口,pc,file
From: https://www.cnblogs.com/rxbz002/p/16992231.html

相关文章