@ -60,7 +60,7 @@ class RpcServer extends BaseService {
$_SERVER['data'] = $data;
try {
$ret = include $this->entryPoint;
$this->send($fd, $data);
$this->send($fd, $ret);
} catch (\Error $e) {
//TODO 记录日志
echo "YeeError: ".$e->getMessage();