|
@@ -80,9 +80,7 @@ func (c *BaseAuthController) ServeJSON(encoding ...bool) {
|
|
|
hasEncoding = true
|
|
|
}
|
|
|
if c.Data["json"] == nil {
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ utils.ApiLog.Info("异常提醒:", "接口:"+"URI:"+c.Ctx.Input.URI()+";无返回值")
|
|
|
return
|
|
|
}
|
|
|
|
|
@@ -103,7 +101,7 @@ func (c *BaseAuthController) ServeJSON(encoding ...bool) {
|
|
|
|
|
|
if baseRes.ErrMsg != "" {
|
|
|
|
|
|
- utils.FileLog.Info(baseRes.ErrMsg)
|
|
|
+ utils.ApiLog.Info(baseRes.ErrMsg)
|
|
|
baseRes.ErrMsg = ""
|
|
|
}
|
|
|
}
|