getOfficialAccount(); $response = $app->server->serve(); $response->send(); exit; } /** * @Post("/notify", name="home.wechat.oa.notify") */ public function notifyAction() { } }