Commit f48f39d5 by linboxuan

ucommune-back operate api

parent 256acc22
......@@ -7,6 +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");
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