Commit 077e7f16 by v_vjyjiang

d

parent 54090c73
...@@ -6,6 +6,7 @@ app.use(bodyParser.json({ limit: '50mb' })); ...@@ -6,6 +6,7 @@ app.use(bodyParser.json({ limit: '50mb' }));
var server = http.createServer(app); var server = http.createServer(app);
app.post("/upline", function (req, res, next) { app.post("/upline", function (req, res, next) {
console.log(req.body, "...........................") console.log(req.body, "...........................")
res.end("ok")
}) })
server.listen(31199, function () { server.listen(31199, function () {
console.log('Express server listening .....'); console.log('Express server listening .....');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment