{"method": "setActiveApp", "params": [{"uri":"localapp://webappruntime? url=http://xxx.xxx.xxx.xxx:8125/active","data":""}], "id": 1}
当尝试在 HTTP 帖子中发送上述 json 数据时,我总是从服务器收到 ILLEGAL JSON 响应。实际上,wireshark 日志显示,而不是上述数据,正在发送以下 json 正文(“params”之后出现的额外“:”)。我该如何解决这个问题?
{"method": "setActiveApp", "params": "[{"uri":"localapp://webappruntime? url=http://xxx.xxx.xxx.xxx:8125/active","data":""}]", "id": "1"}