添加打印

This commit is contained in:
邹宗楠
2022-06-13 13:48:16 +08:00
parent 46e8de37f8
commit 2ca1dc93c2

View File

@@ -161,6 +161,7 @@ func (c *ApiController) CallOpenAPI() {
globals.SugarLogger.Debug("============routerMap[method]", routerMap[method])
globals.SugarLogger.Debug("============begin,parms", parms)
globals.SugarLogger.Debug("============result", result)
globals.SugarLogger.Debug("============method", method)
if result[2].Interface() != nil {
err = result[2].Interface().(error)
errCode = result[1].String()