|
@@ -381,7 +381,7 @@ app.options('/ncm/url', function (req, res) {
|
|
app.post("/ncm/url", function (req, res) {
|
|
app.post("/ncm/url", function (req, res) {
|
|
if(isNaN(Number.parseInt(req.query.id))){
|
|
if(isNaN(Number.parseInt(req.query.id))){
|
|
res.status(500).header("Access-Control-Allow-Origin", "*").end("傻逼");
|
|
res.status(500).header("Access-Control-Allow-Origin", "*").end("傻逼");
|
|
-
|
|
|
|
|
|
+ return
|
|
}
|
|
}
|
|
|
|
|
|
if (req.body.id !== undefined && req.body.kind !== undefined) {
|
|
if (req.body.id !== undefined && req.body.kind !== undefined) {
|