{
"type": "sendReferText",
"data": {
"msgId": "3955284586115895017",
"wxid": "34457730396@chatroom",
"msg": "阿萨德 你好\n \\uD83D\\uDE01测试[捂脸][奸笑]"
}
}
curl --location --request POST 'http://127.0.0.1:8888/wechat/httpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "sendReferText",
"data": {
"msgId": "3955284586115895017",
"wxid": "34457730396@chatroom",
"msg": "阿萨德 你好\n \\uD83D\\uDE01测试[捂脸][奸笑]"
}
}'
{
"code": 200,
"msg": "操作成功",
"result": {
"sendId": "cb3594ac3e35abd17914695850a6eb17"
},
"wxid": "wxid_nq6r0w9v12612",
"port": 7628,
"pid": 27544,
"flag": "7643",
"timestamp": "1741015593840"
}