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

13 lines
194 B
JSON

{
"cmd": "get_params",
"token": "random_string",
"data": {
"param_num": 2,
"param_names": [
"test_param_1",
"test_param_2"
]
}
}