使用文本推送是成功的,但是推送图片一直不成功
不知道是哪里写错了,输出的xml
使用文本推送是成功的,但是推送图片一直不成功
不知道是哪里写错了,输出的xml
$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);
然后发送试一试?