1、文件地址:app\webscoket\BaseHandler.php注意:行数仅供参考,为了快速找到修改的地方
行数:227
res = Queue::instance()->job(WechatTemplateJob::class)->do('sendServiceNoticeNew')->data(res=Queue::instance()−>job(WechatTemplateJob::class)−>do( ′ sendServiceNoticeNew ′ )−>data(userInfo['openid'], [
2、文件地址:crmeb\utils\Queue.php
行数:178
if (!class_exists($this->job)) {
throw new ValidateException('需要执行的队列类不存在');
}
免费源码下载地址:github.crmeb.net/u/defu