<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>深山工作室 https://www.qwbm.com【微信公众号开发】</title>
<link>https://www.qwbm.com/news.asp?id=58</link>
<description>微信公众号开发 https://www.qwbm.com</description>
<category>微信公众号开发</category>
<language>zh-cn</language>
<docs>https://www.qwbm.com/rss.asp</docs>
<generator>https://www.qwbm.com</generator>
<webMaster>565449214@qq.com</webMaster>
<managingEditor>565449214@qq.com</managingEditor>
<pubDate>2007-11-21 下午 23:11:35</pubDate>
<lastBuildDate>2026/5/3 20:28:31</lastBuildDate>
<ttl>20</ttl> 
<copyright>Copyright 2026 深山工作室 https://www.qwbm.com</copyright>
<item>
<guid>941</guid>
<title>微信公众号用户关注时自动推送回复小程序卡片(图文卡片)不需要第三方平台就可以做</title>
<link>https://www.qwbm.com/new.asp?id=941</link>
<description><![CDATA[

asp微信公众号用客服接口向刚关注的用户推送小程序卡片或者自动回复小程序卡片(图文卡片)不需要第三方平台就可以做
当粉丝关注公众号后，自动弹出小程序卡片。
填写小程序路径，小程序appid，设置小程序页面路径即可
（对48小时内活跃的粉丝进行不限次数的信息推送）
也可以按标签给指定粉丝发送小程序卡片，拉回来玩小程序，和公号发推文一样，有推送人数提示，能知道有多少人会收到。
可以为活跃粉丝其定制推送专属的内容，提供节日关怀等，提升用户忠诚度。支持立即群发，定时群发（每天固定时间，每周任意时间段）等，同时还支持关注后，对话后等延时群发消息，适应各种丰富的场景。



客服接口-微信公众号主动向48小时有互动的用户发送小程序卡片消息
接口post地址
http请求方式: POST https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN
小程序卡片类型所需的JSON数据包如下：
{
&nbsp;&nbsp;&nbsp; "touser":"OPENID",]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=941</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:49:17</pubDate>
</item>
<item>
<guid>940</guid>
<title>微信公众号用客服接口推送菜单消息</title>
<link>https://www.qwbm.com/new.asp?id=940</link>
<description><![CDATA[客服接口-微信公众号主动向48小时有互动的用户发送菜单消息
接口post地址
http请求方式: POST https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN

图片类型所需的JSON数据包如下：

{
&nbsp; "touser": "OPENID",
&nbsp; "msgtype": "msgmenu",
&nbsp; "msgmenu": {
&nbsp;&nbsp;&nbsp; "head_content": "您对本次服务是否满意呢? "
&nbsp;&nbsp;&nbsp; "list": [
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "id": "101",
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "content": "满意"
&nbsp;&nbsp;&nbsp;&nbsp;&]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=940</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:47:57</pubDate>
</item>
<item>
<guid>939</guid>
<title>微信公众号回复图文消息或用客服接口推送图文消息</title>
<link>https://www.qwbm.com/new.asp?id=939</link>
<description><![CDATA[

请注意现在无论是被动回复还是主动推送的图文消息只能发送一条（以前是可以发8条的，现在只有这一条了）。

1. 当用户触发时被动回复图文消息

&lt;xml&gt;
&nbsp; &lt;ToUserName&gt;&lt;![CDATA[toUser]]&gt;&lt;/ToUserName&gt;
&nbsp; &lt;FromUserName&gt;&lt;![CDATA[fromUser]]&gt;&lt;/FromUserName&gt;
&nbsp; &lt;CreateTime&gt;12345678&lt;/CreateTime&gt;
&nbsp; &lt;MsgType&gt;&lt;![CDATA[news]]&gt;&lt;/MsgType&gt;
&nbsp; &lt;ArticleCount&gt;1&lt;/ArticleCount&gt;
&nbsp; &lt;Articles&gt;
&nbsp;&nbsp;&nbsp; &lt;item&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Ti]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=939</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:44:44</pubDate>
</item>
<item>
<guid>938</guid>
<title>微信公众号回复音乐消息或用客服接口推送音乐消息</title>
<link>https://www.qwbm.com/new.asp?id=938</link>
<description><![CDATA[

1. 当用户触发时被动回复音乐消息

&lt;xml&gt;
&nbsp; &lt;ToUserName&gt;&lt;![CDATA[toUser]]&gt;&lt;/ToUserName&gt;
&nbsp; &lt;FromUserName&gt;&lt;![CDATA[fromUser]]&gt;&lt;/FromUserName&gt;
&nbsp; &lt;CreateTime&gt;12345678&lt;/CreateTime&gt;
&nbsp; &lt;MsgType&gt;&lt;![CDATA[music]]&gt;&lt;/MsgType&gt;
&nbsp; &lt;Music&gt;
&nbsp;&nbsp;&nbsp; &lt;Title&gt;&lt;![CDATA[TITLE]]&gt;&lt;/Title&gt;
&nbsp;&nbsp;&nbsp; &lt;Description&gt;&lt;![CDATA[DESCRIPTION]]&gt;&lt;/Description&gt;
&nbsp;&nbsp;&nbsp]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=938</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:43:03</pubDate>
</item>
<item>
<guid>937</guid>
<title>微信公众号回复视频消息或用客服接口推送视频消息</title>
<link>https://www.qwbm.com/new.asp?id=937</link>
<description><![CDATA[

1. 当用户触发时被动回复视频消息

&lt;xml&gt;
&nbsp; &lt;ToUserName&gt;&lt;![CDATA[toUser]]&gt;&lt;/ToUserName&gt;
&nbsp; &lt;FromUserName&gt;&lt;![CDATA[fromUser]]&gt;&lt;/FromUserName&gt;
&nbsp; &lt;CreateTime&gt;12345678&lt;/CreateTime&gt;
&nbsp; &lt;MsgType&gt;&lt;![CDATA[video]]&gt;&lt;/MsgType&gt;
&nbsp; &lt;Video&gt;
&nbsp;&nbsp;&nbsp; &lt;MediaId&gt;&lt;![CDATA[media_id]]&gt;&lt;/MediaId&gt;
&nbsp;&nbsp;&nbsp; &lt;Title&gt;&lt;![CDATA[title]]&gt;&lt;/Title&gt;
&nbsp;&nbsp;&nbsp; &lt;Descr]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=937</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:41:05</pubDate>
</item>
<item>
<guid>936</guid>
<title>微信公众号回复语音消息或用客服接口推送语音消息</title>
<link>https://www.qwbm.com/new.asp?id=936</link>
<description><![CDATA[

1. 当用户触发时被动回复语音消息

&lt;xml&gt;
&nbsp; &lt;ToUserName&gt;&lt;![CDATA[toUser]]&gt;&lt;/ToUserName&gt;
&nbsp; &lt;FromUserName&gt;&lt;![CDATA[fromUser]]&gt;&lt;/FromUserName&gt;
&nbsp; &lt;CreateTime&gt;12345678&lt;/CreateTime&gt;
&nbsp; &lt;MsgType&gt;&lt;![CDATA[voice]]&gt;&lt;/MsgType&gt;
&nbsp; &lt;Voice&gt;
&nbsp;&nbsp;&nbsp; &lt;MediaId&gt;&lt;![CDATA[media_id]]&gt;&lt;/MediaId&gt;
&nbsp; &lt;/Voice&gt;
&lt;/xml&gt;

参数&nbsp; &nbsp; 是否必须&nbsp; 说明
ToUserName&nbsp; 是&nbsp; &nbs]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=936</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:39:48</pubDate>
</item>
<item>
<guid>935</guid>
<title>微信公众号回复图片消息或用客服接口推送图片消息</title>
<link>https://www.qwbm.com/new.asp?id=935</link>
<description><![CDATA[

1. 当用户触发时被动回复图片消息

&lt;xml&gt;
&nbsp; &lt;ToUserName&gt;&lt;![CDATA[toUser]]&gt;&lt;/ToUserName&gt;
&nbsp; &lt;FromUserName&gt;&lt;![CDATA[fromUser]]&gt;&lt;/FromUserName&gt;
&nbsp; &lt;CreateTime&gt;12345678&lt;/CreateTime&gt;
&nbsp; &lt;MsgType&gt;&lt;![CDATA[image]]&gt;&lt;/MsgType&gt;
&nbsp; &lt;Image&gt;
&nbsp;&nbsp;&nbsp; &lt;MediaId&gt;&lt;![CDATA[media_id]]&gt;&lt;/MediaId&gt;
&nbsp; &lt;/Image&gt;
&lt;/xml&gt;

参数&nbsp; &nbsp; 是否必须&nbsp; 说明
ToUserName&nbsp; 是&nbsp; &nbs]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=935</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:38:15</pubDate>
</item>
<item>
<guid>934</guid>
<title>微信公众号回复文本消息或用客服接口推送文本消息</title>
<link>https://www.qwbm.com/new.asp?id=934</link>
<description><![CDATA[

1. 当用户触发时被动回复文本消息

&lt;xml&gt;
&nbsp; &lt;ToUserName&gt;&lt;![CDATA[toUser]]&gt;&lt;/ToUserName&gt;
&nbsp; &lt;FromUserName&gt;&lt;![CDATA[fromUser]]&gt;&lt;/FromUserName&gt;
&nbsp; &lt;CreateTime&gt;12345678&lt;/CreateTime&gt;
&nbsp; &lt;MsgType&gt;&lt;![CDATA[text]]&gt;&lt;/MsgType&gt;
&nbsp; &lt;Content&gt;&lt;![CDATA[你好]]&gt;&lt;/Content&gt;
&lt;/xml&gt;

参数&nbsp; &nbsp;是否必须	描述
ToUserName&nbsp; 是&nbsp; 接收方帐号（收到的OpenID）
FromUserName	是&nbsp; 开发者微信号
CreateTime&nbsp; 是&nbsp; 消息创]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=934</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 22:35:52</pubDate>
</item>
<item>
<guid>932</guid>
<title>公众号被动回复与客服接口主动推送音乐封面缩略图ThumbMediaId不显示bug问题</title>
<link>https://www.qwbm.com/new.asp?id=932</link>
<description><![CDATA[我使用了永久素材、使用了临时素材两个都不显示出来，各种格式也测试了，还有图片大小我也测试了，就是不显示缩略图，百度了好多资料没有找到问题


微信公众号音乐封面缩略图临时上传地址
https://api.weixin.qq.com/cgi-bin/media/upload?access_token=access_token&amp;type=thumb


微信公众号音乐封面缩略图永久上传地址
https://api.weixin.qq.com/cgi-bin/material/add_material?access_token=access_token&amp;type=thumb]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=932</source>
<category>微信公众号开发</category>
<pubDate>2021/2/7 16:55:29</pubDate>
</item>
<item>
<guid>919</guid>
<title>微信公众号生成带参数的二维码asp源码下载</title>
<link>https://www.qwbm.com/new.asp?id=919</link>
<description><![CDATA[&lt;%
'**********************************************
'注意事项
'ASP文件需要以UTF-8的格式保存,否则乱码.
'作者 :565449214
'**********************************************
dim Signature&nbsp;&nbsp;&nbsp; '微信加密签名
dim Timestamp&nbsp;&nbsp;&nbsp; '时间戳
dim Nonce&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '随机数
dim Echostr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '随机字符串
dim Token&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '与微信后台设置的token一致
dim encrypt_type&nbsp; '加密类型
dim msg_signature '签名

Token="qwbmqwbm"'

]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=919</source>
<category>微信公众号开发</category>
<pubDate>2020/12/18 14:10:56</pubDate>
</item>
<item>
<guid>917</guid>
<title>下载微信小程序</title>
<link>https://www.qwbm.com/new.asp?id=917</link>
<description><![CDATA[先下载网易mumu.app模拟器
安装微信
安装RE文件管理器
打开root权限

]]></description>
<author></author>
<source>https://www.qwbm.com/new.asp?id=917</source>
<category>微信公众号开发</category>
<pubDate>2020/12/16 22:09:49</pubDate>
</item>
</channel>
</rss>
