Commit 286d3de8 authored by wuhao's avatar wuhao 🎯

asder

parent 1e0ce030
......@@ -13,7 +13,6 @@ class HomeController extends Controller {
async postmsg() {
const { ctx, app } = this;
console.log(ctx.request.body, '111111');
const { id, msg, mutiplemsg } = ctx.request.body;
if (!id && !mutiplemsg) {
ctx.body = {
......
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