0

我正在使用 jquery 将 json rpc 请求发送到 rempte 服务器。这是我的jQuery代码:

var jqxhr = $.getJSON("https://91.199.226.106/ssljson.php?callback=?", splited[1], function(data){
                        alert("aaaaaa");
                    });
                    jqxhr.error(function() { alert("error"); })

spleted[1]我发送到服务器的 json 字符串在哪里。

我从谷歌浏览器收到这条消息:

Uncaught SyntaxError: Unexpected token :ssljson.php:1 

错误代码是:

{"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"Invalid JSON-RPC 2.0 request error (-32600)"}}

我的json字符串是:

{"version":"2.0","method":"merchant_check","params":[{"hostID":150999,"orderID":106,"amount":"500","currency":"051","mid":15001038,"tid":15531038,"mtpass":"12345","trxnDetails":""}],"id":106}

什么问题。感谢帮助。

4

0 回答 0