diff --git a/src/Server/JsonRpcServer.php b/src/Server/JsonRpcServer.php index 3f48327..4b80809 100644 --- a/src/Server/JsonRpcServer.php +++ b/src/Server/JsonRpcServer.php @@ -12,6 +12,15 @@ class JsonRpcServer extends JsonRpcBase * @var Request */ public $request; + /** + * @var config 配置 + */ + protected $config; + + /** + * @var rpc.server.map rpc方法 + */ + protected $map; public function __construct($config) {