为了账号安全,请及时绑定邮箱和手机立即绑定

照着视频写的单文本消息回复,为什么总是成功不了

if(strtolower($postObj->MsgType) == 'text'){

if($postObj->Content == '你好'){

$template = "<xml>

<ToUserName><![CDATA[%s]]></ToUserName>

<FromUserName><![CDATA[%s]]></FromUserName>

<CreateTime>%s</CreateTime>

<MsgType><![CDATA[%s]]></MsgType>

<Content><![CDATA[%s]]></Content>

</xml>"

$fromUser = $postObj->ToUserName;

$toUser = $postObj->FromUserName;

$time = time();

$content = "您好,感谢您的关注!";

$msgType = 'text';

$info = sprintf($template,$toUser,$fromUser,$time,$msgType,$content);

echo $info;

}

}


正在回答

3 回答

</xml>"你的没有结尾的分号; 注意检查”;“

0 回复 有任何疑惑可以回复我~

你的成功了么,我也碰到这个问题了,怎么解决的呢

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

照着视频写的单文本消息回复,为什么总是成功不了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信