json rpc 模板
环境: python3.6
python3 run.py 访问: http://0.0.0.0:9000/ show: hello
python3 hyf_test.py show: {'result': {'hello': 'hello world'}, 'id': 1, 'jsonrpc': '2.0'}
json rpc 模板
环境: python3.6
python3 run.py 访问: http://0.0.0.0:9000/ show: hello
python3 hyf_test.py show: {'result': {'hello': 'hello world'}, 'id': 1, 'jsonrpc': '2.0'}