首页 >后端开发 >php教程 >微信推送图片一直不成功

微信推送图片一直不成功

WBOY
WBOY原创
2016-06-06 20:50:421859浏览

使用文本推送是成功的,但是推送图片一直不成功
不知道是哪里写错了,输出的xml



1362215301


1234567890123456

回复内容:

使用文本推送是成功的,但是推送图片一直不成功
不知道是哪里写错了,输出的xml



1362215301


1234567890123456

$textTpl = "
<xml>
<tousername></tousername>
<fromusername></fromusername>
<createtime>%s</createtime>
<msgtype></msgtype>
<content></content>
<articlecount>1</articlecount>
<articles>
<item>
<title></title>
<discription></discription>
<picurl></picurl>
<url></url>
</item>
</articles>
<funcflag>0</funcflag>
</xml>";  
$resultStr = sprintf($textTpl, $fromUsername, $toUsername, $result['dateline'], "news",  $title , $content , $picurl , $uri);

然后发送试一试?

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn