{
"appId": "{{appid}}",
"toWxid": "34757816141@chatroom",
"nickName": "谭艳",
"nameCardWxid": "wxid_0xsqb3o0tsvz22"
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/message/postNameCard' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"toWxid": "34757816141@chatroom",
"nickName": "谭艳",
"nameCardWxid": "wxid_0xsqb3o0tsvz22"
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "34757816141@chatroom",
"createTime": 1703842036,
"msgId": 0,
"newMsgId": 3285058507819179744,
"type": 42
}
}