curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/wedrive/file_share?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"fileid": "FILEID"
}'{
"errcode": 0,
"errmsg": "ok",
"share_url": "SHARE_URL"
}