{
"corpid":"xxxxx"
}curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/service/corpid_to_opencorpid' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpid":"xxxxx"
}'{
"errcode": 0,
"errmsg": "ok",
"open_corpid": "AAAAAA"
}