{
"type": "addFriendByGroupWxid",
"data": {
"wxid": "wxid_p6ldcwhifrfg22",
"gid":"34457730396@chatroom",
"content": "你好",
"scene": "14"
}
}
curl --location --request POST 'http://127.0.0.1:7777/qianxun/httpapi?wxid=wxid_nq6r0w9v12612&safekey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "addFriendByGroupWxid",
"data": {
"wxid": "wxid_p6ldcwhifrfg22",
"gid":"34457730396@chatroom",
"content": "你好",
"scene": "14"
}
}'
{
"code": 200,
"msg": "操作成功",
"result": {},
"wxid": "wxid_nq6r0w9v12612",
"port": 8888,
"pid": 3944,
"flag": "7888",
"timestamp": "1716621650997"
}