收藏
回答

code: 874883,errcode: 874883

问题类型 插件 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)

    })

回答关注问题邀请回答
收藏

1 个回答

  • universearcher
    universearcher
    2023-04-03

    您好,请问您解决了嘛?

    2023-04-03
    有用
    回复 1
    • 带泪的鱼
      带泪的鱼
      2023-04-17
      没有 放弃了 打算自己校验了
      2023-04-17
      回复
登录 后发表内容