{
"type": "Q0012",
"data": {
"wxid": "21257217892@chatroom",
"title": "哈咯",
"content": "点我进入百度",
"jumpUrl": "https://www.baidu.com/",
"app": "wx64f9cf5b17af074d",
"path": "C:\\Users\\13301\\桌面\\result.png"
}
}
curl --location --request POST 'http://127.0.0.1:8805/DaenWxHook/client/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "Q0012",
"data": {
"wxid": "21257217892@chatroom",
"title": "哈咯",
"content": "点我进入百度",
"jumpUrl": "https://www.baidu.com/",
"app": "wx64f9cf5b17af074d",
"path": "C:\\Users\\13301\\桌面\\result.png"
}
}'
{
"code": 0,
"msg": "string",
"result": {},
"wxid": "string",
"port": 0,
"pid": 0,
"flag": "string",
"timestamp": "string"
}