https post
This commit is contained in:
parent
b3b4caefe7
commit
e66c547191
@ -27,7 +27,7 @@ var server = http.createServer(function (request, response) {
|
|||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
request.on('end', function () {
|
request.on('end', function () {
|
||||||
var body = body.split("&");
|
body = body.split("&");
|
||||||
var send_array = {
|
var send_array = {
|
||||||
"type": "data",
|
"type": "data",
|
||||||
"id": body[1],
|
"id": body[1],
|
||||||
|
Loading…
Reference in New Issue
Block a user