类 NotificationController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/platform/system/notification") public class NotificationController extends SystemController
消息通知管理,该通知仅是针对业务通知分类管理,同时能实现同步微信消息模板。
     1)目前微信公众号消息,依赖该功能中的同步模板记录
     2)平台推送消息列表,请在"消息推送记录" 中查询。
 
作者:
时克英
  • 构造器详细资料

  • 方法详细资料

    • smsSwitch

      @RequestMapping(value="/sms/switch", method=POST) public com.walker.web.ResponseValue smsSwitch(Long id)
    • routineSwitch

      @RequestMapping(value="/routine/switch", method=POST) public com.walker.web.ResponseValue routineSwitch(Long id)
    • wechatSwitch

      @RequestMapping(value="/wechat/switch", method=POST) public com.walker.web.ResponseValue wechatSwitch(Long id)
    • detail

      @RequestMapping(value="/detail", method=GET) public com.walker.web.ResponseValue detail(InfoParam request)
    • list

      @RequestMapping(value="/list", method=GET) public com.walker.web.ResponseValue list(NotificationParam param)