|
|
@@ -16,4 +16,4 @@ curl -s -X POST http://127.0.0.1:7002/rpc -H "Content-Type: application/json" -d
|
|
|
curl -s -X POST http://127.0.0.1:7002/rpc -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"basic.saveLogConf","params":{},"id":5}'
|
|
|
|
|
|
// 获取位置信息
|
|
|
-curl -s -X POST http://127.0.0.1:7002/rpc -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"core.getLocationInfo","params":{},"id":6}'
|
|
|
+curl -s -X POST http://127.0.0.1:7002/rpc -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"core.getPositionInfo","params":{},"id":6}'
|