# Functions
校验一张图片是否含有违法违规内容。
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.imgSecCheck.html
POST(@media) https://api.weixin.qq.com/wxa/img_sec_check?access_token=ACCESS_TOKEN
*/.
异步校验图片/音频是否含有违法违规内容。
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.mediaCheckAsync.html
POST https://api.weixin.qq.com/wxa/media_check_async?access_token=ACCESS_TOKEN
*/.
检查一段文本是否含有违法违规内容。
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.msgSecCheck.html
POST https://api.weixin.qq.com/wxa/msg_sec_check?access_token=ACCESS_TOKEN
*/.