param_service/cmd_send_set_params.json
cuijingwei@brisonus.com 1ea9a7031d 通信服务设计
2025-02-19 14:35:44 +08:00

15 lines
261 B
JSON

{
"cmd": "set_params",
"token": "random_string",
"data": {
"param_num": 2,
"param_names": [
"test_param_1",
"test_param_2"
],
"param_datas": [
10.1,
20
]
}
}