handleNotify(); if (!$response) exit; $response->send(); exit; } /** * @Post("/wechat/notify", name="home.wechat.notify") */ public function wechatNotifyAction() { $alipayService = new AlipayService(); $response = $alipayService->handleNotify(); if (!$response) exit; $response->send(); exit; } /** * @Post("/vod/notify", name="home.vod.notify") */ public function vodNotifyAction() { } /** * @Post("/live/notify", name="home.live.notify") */ public function liveNotifyAction() { } }