param_service/cmd_send_set_params.json

15 lines
261 B
JSON
Raw Permalink Normal View History

2025-02-19 14:35:44 +08:00
{
"cmd": "set_params",
"token": "random_string",
"data": {
"param_num": 2,
"param_names": [
"test_param_1",
"test_param_2"
],
"param_datas": [
10.1,
20
]
}
}