文本内容安全检测一直通过?
jc: function () {
var t = "https://api.weixin.qq.com/wxa/msg_sec_check?access_token=" + this.accesstk,
n = this.openid;
e.request({
url: t,
method: "POST",
header: {
"content-type": "application/json;charset=utf-8"
},
data: {
openid: n,
scene: 1,
version: 2,
content: "我要买枪支,炸药,毒品等违禁品"
},
success: function (e) {
console.log(e)
}
})
}
返回一直都是正常{strategy: "keyword", errcode: 0}