问题类型 | 插件 AppID | 插件版本号 | AppID | 操作系统 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|---|
Bug | wx8c631f7e9f2465e1 | 1.3.3 | wx8c631f7e9f2465e1 | iOS | 8.0.33 | 2.27.0 |
plugin.init({
appid: 'wx8c631f7e9f2465e1', //小程序示例账户,仅供学习和参考
openid:wx.getStorageSync('openid')|| "", //用户的openid,非必填,建议传递该参数
userHeader: "", // 用户头像
userName: "", // 用户昵称
anonymous: false,
});
const txt = "楼主真垃圾,祝你早日死全家";
plugin.api.nlp('sensitive', {q: txt, mode: 'cnn'}).then(res => {
console.log("sensitive result : ", res)
})