类 WxMaContentSecurityServiceImpl

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void checkImage​(java.lang.String appId, java.lang.String fileUrl)
      校验一张图片是否含有违法违规内容
      void checkMessage​(java.lang.String appId, java.lang.String msg)
      检查一段文本是否含有违法违规内容
      void setManagerService​(WxMaManagerService wxMaManagerService)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WxMaContentSecurityServiceImpl

        public WxMaContentSecurityServiceImpl()
    • 方法详细资料

      • checkImage

        public void checkImage​(java.lang.String appId,
                               java.lang.String fileUrl)
        从接口复制的说明: WxMaContentSecurityService
        校验一张图片是否含有违法违规内容
        指定者:
        checkImage 在接口中 WxMaContentSecurityService
        参数:
        appId - 应用ID
        fileUrl - 图片网络地址
      • setManagerService

        @Autowired
        public void setManagerService​(WxMaManagerService wxMaManagerService)