微信小程序文本圖片檢測
AppID(小程序ID)
wxff5137f82fc0228c
88eee181e09486cf5cc651e50c772503
appid: 'wxff5137f82fc0228c',
secret: '88eee181e09486cf5cc651e50c772503'
wx.request({
url: 'https://api.weixin.qq.com/cgi-bin/token',
method : 'GET',
data : {
grant_type: 'client_credential',
appid: 'wxff5137f82fc02***',
secret: '88eee181e09486cf5cc651e5*****03',
},
success : function(res){
console.log(res);
//正常返回結果
//{"access_token":"ACCESS_TOKEN","expires_in":7200}
}
})
wx.request({
url: 'https://api.weixin.qq.com/wxa/msg_sec_checkaccess_token='+access_token,
method: 'POST',
data: {
content: 文本內容
},
success: function (res) {
//當content內含有敏感信息,則返回87014
if (res.data.errcode !== 87014) {
// 合格
}
}
})
如果您的問題還未解決可以聯系站長付費協助。

有問題可以加入技術QQ群一起交流學習
本站vip會員 請加入無憂模板網 VIP群(50604020) PS:加入時備注用戶名或昵稱
普通注冊會員或訪客 請加入無憂模板網 技術交流群(50604130)
客服微信號:15898888535
聲明:本站所有文章資源內容,如無特殊說明或標注,均為采集網絡資源。如若內容侵犯了原著者的合法權益,可聯系站長刪除。