{
"api": 6,
"data": {
"wxid": "wxid_5sreyxxxxxx",
"card_wxid": "",
"card_name": ""
}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"api": 6,
"data": {
"wxid": "wxid_5sreyxxxxxx",
"card_wxid": "",
"card_name": ""
}
}'
{
"api": 6,
"errCode": 1,
"errMsg": "请求处理成功",
"port": 11000,
"selfwxid": "wxid_5sreyxxxxxx"
}