美文网首页
微信公众号开发6图片回复

微信公众号开发6图片回复

作者: rosekissyou | 来源:发表于2017-01-11 16:13 被阅读22次

    这里使用  $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


    相关文章

      网友评论

          本文标题:微信公众号开发6图片回复

          本文链接:https://www.haomeiwen.com/subject/jddrbttx.html