类 WxReplyController


  • @IocBean
    @At("/platform/wx/reply/conf")
    public class WxReplyController
    extends Object
    Created by wizzer on 2016/7/6.
    • 构造器详细资料

      • WxReplyController

        public WxReplyController()
    • 方法详细资料

      • index

        @At({"/?","/?/index/?"})
        @Ok("beetl:/platform/wx/reply/conf/index.html")
        public void index​(String type,
                          String wxid,
                          javax.servlet.http.HttpServletRequest req)
      • addDo

        @At("/?/addDo")
        @Ok("json")
        @SLog(tag="\u6dfb\u52a0\u7ed1\u5b9a",
              msg="\u7ed1\u5b9a\u7c7b\u578b:${args[0]}")
        public Object addDo​(String type,
                            @Param("..")
                            cn.wizzer.app.wx.modules.models.Wx_reply reply,
                            javax.servlet.http.HttpServletRequest req)
      • edit

        @At("/?/edit/?")
        @Ok("json")
        public Object edit​(String type,
                           String id,
                           javax.servlet.http.HttpServletRequest req)
      • editDo

        @At("/?/editDo")
        @Ok("json")
        @SLog(tag="\u4fee\u6539\u7ed1\u5b9a",
              msg="\u7ed1\u5b9a\u7c7b\u578b:${args[0]}")
        public Object editDo​(String type,
                             @Param("..")
                             cn.wizzer.app.wx.modules.models.Wx_reply reply,
                             javax.servlet.http.HttpServletRequest req)
      • delete

        @At("/?/delete/?")
        @Ok("json")
        @SLog(tag="\u5220\u9664\u7ed1\u5b9a",
              msg="\u7ed1\u5b9a\u7c7b\u578b:${args[0]}")
        public Object delete​(String type,
                             String id,
                             javax.servlet.http.HttpServletRequest req)
      • deletes

        @At("/?/delete")
        @Ok("json")
        @SLog(tag="\u5220\u9664\u7ed1\u5b9a",
              msg="\u7ed1\u5b9a\u7c7b\u578b:${args[0]}")
        public Object deletes​(String type,
                              @Param("ids")
                              String id,
                              javax.servlet.http.HttpServletRequest req)
      • data

        @At("/?/data")
        @Ok("json:full")
        public Object data​(String type,
                           @Param("wxid")
                           String wxid,
                           @Param("searchName")
                           String searchName,
                           @Param("searchKeyword")
                           String searchKeyword,
                           @Param("pageNumber")
                           int pageNumber,
                           @Param("pageSize")
                           int pageSize,
                           @Param("pageOrderName")
                           String pageOrderName,
                           @Param("pageOrderBy")
                           String pageOrderBy)
      • selectData

        @At("/?/selectData")
        @Ok("json:full")
        public Object selectData​(String type,
                                 @Param("wxid")
                                 String wxid,
                                 @Param("msgType")
                                 String msgType)