<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>守望者--AIR技术交流 - 微信公众号开发</title>
    <link>http://www.airmyth.com/forum-87-1.html</link>
    <description>Latest 20 threads of 微信公众号开发</description>
    <copyright>Copyright(C) 守望者--AIR技术交流</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 22 Jul 2026 07:04:51 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.airmyth.com/static/image/common/logo_88_31.gif</url>
      <title>守望者--AIR技术交流</title>
      <link>http://www.airmyth.com/</link>
    </image>
    <item>
      <title>微信公众平台 java示例 接收消息并回复</title>
      <link>http://www.airmyth.com/thread-1841-1-1.html</link>
      <description><![CDATA[来源：http://blog.csdn.net/morning99/article/details/43865471

最近公司在开发微信项目，所以自己也试着申请了个人的订阅服务号，实现了通过微信接收信息转发至java后台解析并回复的消息的简单功能，在还没忘记的时候记录一下，以便日后查阅，并且贡献出代码希望能 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 08:04:21 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台素材编辑与自动回复图文教程</title>
      <link>http://www.airmyth.com/thread-1840-1-1.html</link>
      <description><![CDATA[一、素材编辑点 &amp;nbsp;击进入素材管理，我们可以看到界面的左边是素材分类包括图文消息、图片、语音、视频，右边是内容编辑框，由于图片、语音、视频都是很简单的上传文件管理， &amp;nbsp;所以我们重点讲解一下图文消息的编辑。图文消息分为“单图文消息”和“多图文消息” ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:47:33 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（十二） 发送客服消息</title>
      <link>http://www.airmyth.com/thread-1839-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3711217.html一、简介当用户主动发消息给公众号的时候（包括发送信息、点击自定义菜单、订阅事件、扫描二维码事件、支付成功事件、用户维权），微信将会把消息数据推送给开发者，开发者在一段时间内（目前修改为48小时）可以调用 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:37:12 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（十一） 功能整合</title>
      <link>http://www.airmyth.com/thread-1838-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3494906.html一、简介在前面的几篇微信功能开发文档中，各个微信的功能都是独立的，单一微信只能提供一种功能，这样不符合大众开发者和客户的需求。所以在这一篇文章中，我们将对前面开发出来的微信功能进行简单整合，以供读者参 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:35:42 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（十） 消息回复总结</title>
      <link>http://www.airmyth.com/thread-1837-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3364377.html一、简介微信公众平台提供了三种消息回复的格式，即文本回复、音乐回复和图文回复，在这一篇文章中，我们将对这三种消息回复的格式做一下简单讲解，然后封装成函数，以供读者使用。二、思路分析对于每一个POST请求， ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:34:49 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（九） 数据库操作</title>
      <link>http://www.airmyth.com/thread-1836-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3332283.html一、简介前面讲解的功能开发都是简单的调用API 完成的，没有对数据库进行操作。在接下来的高级功能开发中，需要使用到数据库，所以在这一篇中，将对MySQL 数据库的操作做一下简单的介绍，以供读者参考。二、思路分析 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:33:20 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（八） 自定义菜单功能开发</title>
      <link>http://www.airmyth.com/thread-1835-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3276878.html一、简介微信公众平台服务号以及之前成功申请内测资格的订阅号都具有自定义菜单的功能。开发者可利用该功能为公众账号的会话界面底部增加自定义菜单，用户点击菜单中的选项，可以调出相应的回复信息或网页链接。自定 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:32:18 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（七） 聊天机器人功能开发</title>
      <link>http://www.airmyth.com/thread-1834-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3271593.html一、简介上一篇文章介绍了微信公众平台翻译功能的开发，实现了中、英、日语言互译，在实际生活中也能使用到。在接下来的这一篇文章中，我们将完成一个比较有趣的功能，那就是聊天机器人，可以在你无聊的时候陪你聊天 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:31:06 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（六） 翻译功能开发</title>
      <link>http://www.airmyth.com/thread-1833-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3170565.html一、简介上一篇文章介绍了微信公众平台天气预报功能的开发，实现了微信公众平台的第一个实际应用，在接下来的这一篇文章中，我们将对微信翻译功能进行简单开发，以供读者参考。二、思路分析和上一篇查询天气的思路差 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:30:03 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（五） 天气预报功能开发</title>
      <link>http://www.airmyth.com/thread-1832-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3170551.html一、简介前面几篇文章对微信公众平台的开通及简单使用做了简单的介绍，但都没有涉及到实际使用中的问题，例如天气查询，公交查询，快递查询等。接下来的几篇文章将对实际生活中会经常使用到的一些功能进行开发讲解， ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:28:01 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（四） 简单回复功能开发</title>
      <link>http://www.airmyth.com/thread-1831-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3155072.html一、简介微信公众平台可以根据用户发送的信息进行判断，然后给出对应的回复，具有良好的交互性。下文将模拟简单的回复功能，根据这个案例，开发者也可以基本理解微信交互的原理，进行更深层次的开发。二、思路分析用 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:27:07 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（三） 订阅事件（subscribe）处理</title>
      <link>http://www.airmyth.com/thread-1830-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/p/3120531.html一、简介新用户关注微信公众平台，将产生一个订阅事件，即subscribe事件，默认代码中没有对这一事件进行相应回复处理。在新用户关注公众平台后，可能想知道该平台提供了哪些功能，以及怎样使用该平台，通俗一点讲就 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:26:13 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（二） 微信公众平台示例代码分析</title>
      <link>http://www.airmyth.com/thread-1829-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/archive/2013/06/07/3120592.html一、摘要微信公众平台提供了一个简单的php示例代码，在做进一步开发之前，我们有必要将其详细了解一下。二、获取代码微信官网：http://mp.weixin.qq.com/mpres/htmledition/res/wx_sample.zip三、 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:24:59 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发（一） 配置接口</title>
      <link>http://www.airmyth.com/thread-1828-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/mchina/archive/2013/06/05/3108618.html#!comments一、简介微信公众平台是腾讯公司在微信的基础上新增的功能模块，通过这一平台，个人和企业都可以打造一个微信的公众号，并实现和特定群体的文字、图片、语音的全方位沟通、互动。二、通 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Thu, 18 Aug 2016 07:21:18 +0000</pubDate>
    </item>
    <item>
      <title>微信公众平台开发入门教程</title>
      <link>http://www.airmyth.com/thread-1731-1-1.html</link>
      <description><![CDATA[来源：http://www.cnblogs.com/txw1958/p/wechat-tutorial.html关键字：微信公众平台开发作者：方倍工作室&amp;nbsp;在这篇微信公众平台开发教程中，我们假定你已经有了PHP语言程序、MySQL数据库、计算机网络通讯、及HTTP/XML/CSS/JS等基础。我们将使用微信公众账号方倍工作 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Wed, 27 Jul 2016 04:16:53 +0000</pubDate>
    </item>
    <item>
      <title>JFinal Weixin 1.8 发布，微信极速 SDK</title>
      <link>http://www.airmyth.com/thread-1728-1-1.html</link>
      <description><![CDATA[离上一次 JFinal weixin 1.7 发布，已经过去了 6 个月。在过去的半年时间里 JFinal Weixin 紧随微信公众平台的演化，不断增加了新的 API，同时也在不断完善原有 API，力求打造一个完备的微信公众平台 SDK，让开发更快速、更开心！JFinal Weixin 1.8 共有 27 项新增与改 ...]]></description>
      <category>微信公众号开发</category>
      <author>破晓</author>
      <pubDate>Wed, 27 Jul 2016 04:08:21 +0000</pubDate>
    </item>
  </channel>
</rss>