You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Trait RespondXmlMessage
protected function normalizeResponse(mixed $response): array
# 服务端接收到点击推事件的时候,response 是event ,event 是laravel框架的一个方法,此时执行 event() 但是不传参数,就会抛出异常,无法继续了
if (is_callable($response)) {
$response = $response();
}
}
Beta Was this translation helpful? Give feedback.
All reactions