Commit 0ec526e9 by 蒋勇

Merge branch 'center-manage' of gitlab.gongsibao.com:jiangyong/zhichan into center-manage

parents 69902ddc 0f9f92b2
......@@ -8,7 +8,7 @@ module.exports = function (app) {
if(!channel){
next()
}else{
let rtn=await chnelapi.channelHandle(channel,req.path,req.body)
let rtn=await chnelapi.channelHandle(channel,req.path+"/"+ req.body.actionType,req.body)
if(rtn!=null){
res.end(JSON.stringify({status:0,msg:"ok"}));
}else{
......
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