无法处理点击推事件 #2715
Closed
jasonencode
started this conversation in
General
无法处理点击推事件
#2715
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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