{
"appId": "{{appid}}",
"toWxid": "**********@chatroom",
"nickName": "谭艳",
"nameCardWxid": "wxid_***********"
}
curl --location --request POST 'http://api.videosapi.com/finder/v2/api/message/postNameCard' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"toWxid": "**********@chatroom",
"nickName": "谭艳",
"nameCardWxid": "wxid_***********"
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "34757816141@chatroom",
"createTime": 1703842036,
"msgId": 0,
"newMsgId": 3285058507819179500,
"type": 42
}
}
产品可行性及API相关问题咨询