{
"data": {
"wxid": "xxxxxxx",
"remark": "你好,我是小明",
"source_type": 14,
"room_wxid": "xxxx@chatroom"
},
"client_id": 1,
"type": "MT_ADD_FRIEND_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"wxid": "xxxxxxx",
"remark": "你好,我是小明",
"source_type": 14,
"room_wxid": "xxxx@chatroom"
},
"client_id": 1,
"type": "MT_ADD_FRIEND_MSG"
}'
{}