摘要: 1、jsp代码 2、servlet代码注意TOKEN 是自己定义的 public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // 自定义 token String TOKEN = "mToken"; // 微信加密签名 String signature = request.getParameter("signature"); ... 阅读全文
posted @ 2014-03-05 13:33 行云有影 阅读(1157) 评论(0) 推荐(1)