• 大小: 1.19MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: Java
  • 标签: java开发  微信开发  

资源简介

本例中列出了微信公众平台开发的所有流程的代码,包括接收xml数据、解析xml数据、调用图灵机器人api接口获取智能回复内容、封装结果xml数据等,简单明了,不明之处可查看个人博客中的讲解。

资源截图

代码片段和文件信息

package demo.entity;
/**
 * 接收到的微信xml实体类
 * @author pamchen-1
 *
 */
public class ReceivexmlEntity {
private String ToUserName=““;
private String FromUserName=““;
private String CreateTime=““;
private String MsgType=““;
private String MsgId=““;
private String Event=““;
private String EventKey=““;
private String Ticket=““;
private String Latitude=““;
private String Longitude=““;
private String Precision=““;
private String PicUrl=““;
private String MediaId=““;
private String title=““;
private String Description=““;
private String Url=““;
private String Location_X=““;
private String Location_Y=““;
private String Scale=““;
private String Label=““;
private String Content=““;
private String Format=““;
private String Recognition=““;

public 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-08-20 22:59  WechatDemo\
     文件         745  2014-08-20 23:53  WechatDemo\.classpath
     目录           0  2014-08-20 22:59  WechatDemo\.myeclipse\
     文件         303  2014-08-20 22:59  WechatDemo\.mymetadata
     文件        1067  2014-08-20 22:59  WechatDemo\.project
     目录           0  2014-08-20 22:59  WechatDemo\src\
     目录           0  2014-08-20 23:44  WechatDemo\src\demo\
     目录           0  2014-08-20 23:44  WechatDemo\src\demo\entity\
     文件        3722  2014-08-20 23:44  WechatDemo\src\demo\entity\ReceivexmlEntity.java
     目录           0  2014-08-21 00:13  WechatDemo\src\demo\process\
     文件         823  2014-08-21 00:13  WechatDemo\src\demo\process\FormatxmlProcess.java
     文件        1735  2014-08-20 23:46  WechatDemo\src\demo\process\ReceivexmlProcess.java
     文件        2021  2014-08-21 00:03  WechatDemo\src\demo\process\TulingApiProcess.java
     文件        1184  2014-08-21 00:14  WechatDemo\src\demo\process\WechatProcess.java
     目录           0  2014-08-20 23:01  WechatDemo\src\demo\servlet\
     文件        2778  2014-08-20 23:29  WechatDemo\src\demo\servlet\WechatServlet.java
     目录           0  2014-08-20 22:59  WechatDemo\WebRoot\
     文件         834  2014-08-20 22:59  WechatDemo\WebRoot\index.jsp
     目录           0  2014-08-20 22:59  WechatDemo\WebRoot\meta-INF\
     文件          36  2014-08-20 22:59  WechatDemo\WebRoot\meta-INF\MANIFEST.MF
     目录           0  2014-08-20 22:59  WechatDemo\WebRoot\WEB-INF\
     目录           0  2014-08-20 23:53  WechatDemo\WebRoot\WEB-INF\classes\
     目录           0  2014-08-20 23:53  WechatDemo\WebRoot\WEB-INF\classes\demo\
     目录           0  2014-08-20 23:53  WechatDemo\WebRoot\WEB-INF\classes\demo\entity\
     文件        5282  2014-08-20 23:53  WechatDemo\WebRoot\WEB-INF\classes\demo\entity\ReceivexmlEntity.class
     目录           0  2014-08-21 00:13  WechatDemo\WebRoot\WEB-INF\classes\demo\process\
     文件        1207  2014-08-21 00:13  WechatDemo\WebRoot\WEB-INF\classes\demo\process\FormatxmlProcess.class
     文件        2608  2014-08-20 23:53  WechatDemo\WebRoot\WEB-INF\classes\demo\process\ReceivexmlProcess.class
     文件        2738  2014-08-21 00:03  WechatDemo\WebRoot\WEB-INF\classes\demo\process\TulingApiProcess.class
     文件        1206  2014-08-21 00:14  WechatDemo\WebRoot\WEB-INF\classes\demo\process\WechatProcess.class
     目录           0  2014-08-20 23:53  WechatDemo\WebRoot\WEB-INF\classes\demo\servlet\
............此处省略8个文件信息

评论

共有 条评论