微信推送图片一直不成功

WBOY
WBOYオリジナル
2016-06-06 20:50:421861ブラウズ

使用文本推送是成功的,但是推送图片一直不成功
不知道是哪里写错了,输出的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 までご連絡ください。