{
"omni_user_uuids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/wechat/getWecomStatus' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"omni_user_uuids": [
"string"
]
}'
{
"request_id": "string",
"code": 0,
"msg": "string",
"data": {
"wechat_status": "string",
"wechatAppID": "string"
}
}