这里使用 $input_type=$postObj->MsgType;// 分类获取不同的输入信息,然后可用回复不同的信息, 这里直接简单回复文字
if($input_type=="image"){
$msgType="text";
$contentStr="你发送图片干嘛";
$resultStr=sprintf($textTpl,$fromUsername,$toUsername,$time,$msgType,$contentStr);
echo$resultStr;
}
具体实现代码就放在开源中国里面 ,有什么疑问的话欢迎留言交流, 知无不言.
https://Git.oschina.NET/RoseKissYou/wechat_subscribe/attach_files
还有解决不了的欢迎留言,也可以访问我的微博,知无不言,菜鸟一枚,感谢观看 http://weibo.com/rosekissyou