add commit
This commit is contained in:
parent
ac874a3198
commit
0c0c03e2ca
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user