类 WeixinController


  • @IocBean
    @At("/open/weixin")
    public class WeixinController
    extends Object
    Created by wizzer on 2016/7/3.
    • 构造器详细资料

      • WeixinController

        public WeixinController()
    • 方法详细资料

      • msgIn

        @At({"/api","/api/?"})
        @Fail("http:200")
        public org.nutz.mvc.View msgIn​(String key,
                                       javax.servlet.http.HttpServletRequest req)
                                throws IOException
        抛出:
        IOException