好奇的探索者,理性的思考者,踏实的行动者。
jsonrpc协议描述官网: https://www.jsonrpc.org/
curl -d '{"jsonrpc": "2.0", "id":"curltest", "method": "jsonrpc_test", "params": {"param1":"aaa"} }' -H 'content-type: text/plain;' \ http://192.168.1.11:8080