Skip to content
On this page

自动回复

获取实例

<?php
use EasyWeChat\Foundation\Application;

// ...

$app = new Application($options);

$reply = $app->reply;

获取当前设置的回复规则

$reply->current();

Released under the MIT License.