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

怎么给指定文字"微农业"加超链接?

怎么给指定文字"微农业"加超链接?

PHP
你要信我啊 2018-03-13 12:27:48
if( strtolower( $postObj->MsgType) == 'event'){ //如果是关注 subscribe 事件 if( strtolower($postObj->Event == 'subscribe') ){ //回复用户消息(纯文本格式) $toUser   = $postObj->FromUserName; $fromUser = $postObj->ToUserName; $time     = time(); $msgType  =  'text'; $content  = '欢迎关注我们的微信公众账号,请点击“微农业”进入用户界面'; $template = "<xml> <ToUserName><![CDATA[%s]]></ToUserName> <FromUserName><![CDATA[%s]]></FromUserName> <CreateTime>%s</CreateTime> <MsgType><![CDATA[%s]]></MsgType> <Content><![CDATA[%s]]></Content> </xml>"; $info     = sprintf($template, $toUser, $fromUser, $time, $msgType, $content); echo $info;
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 951 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信