队列中调用EasyWechat,Call to a member function get() on null 在controller中通过http请求访问正常
Call to a member function get() on null
队列里拿不到request的,跟Http不是一个进程
大佬,问下这个怎么处理呀
非http请求下,那么意味着$request->get() $request->post() $request->cookie() $request->rawBody() 都是空啊, 直接
$request->get()
$request->post()
$request->cookie()
$request->rawBody()
$symfonyRequest = new Request([],[],[],[],[],[],'');
就好了啊
感谢,吼吼吼
队列里拿不到request的,跟Http不是一个进程
大佬,问下这个怎么处理呀
非http请求下,那么意味着
$request->get()
$request->post()
$request->cookie()
$request->rawBody()
都是空啊,直接
就好了啊
感谢,吼吼吼