Skip to content

nodeget-server_hello

测试服务是否正常运行。

请求

json
{
  "jsonrpc": "2.0",
  "method": "nodeget-server_hello",
  "params": [],
  "id": 1
}

响应

json
{
  "jsonrpc": "2.0",
  "result": "NodeGet Server Is Running!",
  "id": 1
}