$config
$config : \WeChat\Contracts\DataArray
当前微信配置
客服消息处理 Class Custom
$config : \WeChat\Contracts\DataArray
当前微信配置
massDelete(integer $msg_id, null|integer $article_idx = null) : array
删除群发【订阅号与服务号认证后均可用】
integer | $msg_id | 发送出去的消息ID |
null|integer | $article_idx | 要删除的文章在图文消息中的位置,第一篇编号为1,该字段不填或填0会删除全部文章 |