Commit 3732f5e3 by v_vjyjiang

d

parent b6cf5625
...@@ -8,6 +8,7 @@ const settings = require("../settings.js") ...@@ -8,6 +8,7 @@ const settings = require("../settings.js")
let channelCache = {}; let channelCache = {};
module.exports = function (app) { module.exports = function (app) {
app.post("/autologin", async function (req, res, next) { app.post("/autologin", async function (req, res, next) {
console.log(req.body)
let appkey = req.body.appkey.trim() let appkey = req.body.appkey.trim()
if (!appkey) { if (!appkey) {
res.end("没有资质宝appkey,请联系资质宝服务提供方") res.end("没有资质宝appkey,请联系资质宝服务提供方")
......
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