Commit 36365a95 by linboxuan

ucommune-back operate api

parent f48f39d5
......@@ -7,7 +7,7 @@ const axios = require('axios')
module.exports = function (app) {
app.all("/operate/*", async function (req, res, next) {
var result = system.getResult(null, "req method must is 11111111");
console.log("一个请求进来了")
var result = system.getResult(null, "req method must is post");
if (req.method != "POST") {
res.end(JSON.stringify(result));
......
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