wechat-php-sdk
wechat-php-sdk copied to clipboard
sendCustomMessage 也额外封装下吧
累死了写的,额外扩展么以后升级又麻烦:(
建议你有能力的话,自己写一下,然后pull上来
sendCustomMessage() 在demo里面是怎么使用的啊? 我用了$weObj->sendCustomMessage($data); 好像不对,请求指点。
@samws32
$data = array( "touser"=>$openid, "msgtype"=>"news", "news"=>array( "articles"=> array( array( 'title'=>'title', 'description'=>' text', 'picurl'=>'https://g', 'url'=>'https://'), ), ) );