Commit d704a5d8 by Sxy

log: 映射路径

parent f87c6d77
...@@ -12,7 +12,7 @@ class ChannelService extends ServiceBase { ...@@ -12,7 +12,7 @@ class ChannelService extends ServiceBase {
return item.path == path return item.path == path
}) })
if (p.length == 0) { if (p.length == 0) {
throw Error("请配置渠道流量的路径方法映射") throw Error(`请配置渠道流量的路径方法映射${path}`)
} }
let fileName = channelobj.code let fileName = channelobj.code
let method = p[0].method let method = p[0].method
......
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