My request is:
我的要求是:
var req = {"action": "UserAPI","method": "Authenticate","data": ["un","pw"],"type": "rpc", "tid": "1"}
$.post("https://localhost/myServer/RPC/ROUTER",req, function(result){
console.log(result.responseText);
});
var req = {"action":