request->post('payload/a'); $apple = new AppleService(); $result = $apple->login($payload); if ($result) { $this->success('登陆成功'); } $this->error('登陆失败'); } }