类 WxMaContentSecurityController


  • @RestController("/inside/wxMaContentSecurity")
    @RequestMapping("/inside/wxMaContentSecurity")
    public class WxMaContentSecurityController
    extends java.lang.Object
    小程序-内容安全
    作者:
    guer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void checkImage​(java.lang.String appId, java.lang.String fileUrl)  
      void checkMessage​(java.lang.String appId, java.lang.String msg)  
      void setService​(net.guerlab.smart.wx.service.service.WxMaContentSecurityService service)  
      • 从类继承的方法 java.lang.Object

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

      • WxMaContentSecurityController

        public WxMaContentSecurityController()
    • 方法详细资料

      • checkImage

        @PostMapping("/{appId}/checkImage")
        public void checkImage​(@PathVariable
                               java.lang.String appId,
                               @RequestBody
                               java.lang.String fileUrl)
      • checkMessage

        @PostMapping("/{appId}/checkMessage")
        public void checkMessage​(@PathVariable
                                 java.lang.String appId,
                                 @RequestBody
                                 java.lang.String msg)
      • setService

        @Autowired
        public void setService​(net.guerlab.smart.wx.service.service.WxMaContentSecurityService service)