wechat-php-sdk icon indicating copy to clipboard operation
wechat-php-sdk copied to clipboard

sendCustomMessage 也额外封装下吧

Open yahveh opened this issue 11 years ago • 3 comments

累死了写的,额外扩展么以后升级又麻烦:(

yahveh avatar Oct 09 '14 04:10 yahveh

建议你有能力的话,自己写一下,然后pull上来

binsee avatar Oct 14 '14 09:10 binsee

sendCustomMessage() 在demo里面是怎么使用的啊? 我用了$weObj->sendCustomMessage($data); 好像不对,请求指点。

samws32 avatar May 27 '15 12:05 samws32

@samws32

$data = array( "touser"=>$openid, "msgtype"=>"news", "news"=>array( "articles"=> array( array( 'title'=>'title', 'description'=>' text', 'picurl'=>'https://g', 'url'=>'https://'), ), ) );

cnwill avatar Aug 24 '19 11:08 cnwill