Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 17th, 2012  |  syntax: None  |  size: 0.60 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Json RPC string
  2. var jqxhr = $.getJSON("https://91.199.226.106/ssljson.php?callback=?", splited[1], function(data){
  3.                         alert("aaaaaa");
  4.                     });
  5.                     jqxhr.error(function() { alert("error"); })
  6.        
  7. Uncaught SyntaxError: Unexpected token :ssljson.php:1
  8.        
  9. {"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"Invalid JSON-RPC 2.0 request error (-32600)"}}
  10.        
  11. {"version":"2.0","method":"merchant_check","params":[{"hostID":150999,"orderID":106,"amount":"500","currency":"051","mid":15001038,"tid":15531038,"mtpass":"12345","trxnDetails":""}],"id":106}