From 0c0c03e2ca0699cd99fe8e1cc2121ba6ce34df08 Mon Sep 17 00:00:00 2001 From: dongwei <838456736@qq.com> Date: Tue, 22 Jan 2019 18:04:38 +0800 Subject: [PATCH] add commit --- src/Server/JsonRpcServer.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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) {