Commit 25106b98 by huangchengyi

1.0

parent 26e1e29b
Showing with 2 additions and 1 deletions
...@@ -28,7 +28,7 @@ type SearchApiLog struct { ...@@ -28,7 +28,7 @@ type SearchApiLog struct {
} }
func AnalyzeSearchError(ctx *gin.Context,code int, ip, errMsg, file, line, method string) (log SearchApiLog) { func AnalyzeSearchError(ctx *gin.Context,code int, ip, errMsg, file, line, method string) (log SearchApiLog) {
return return
//获取所有参数 //获取所有参数
request := make(map[string]string) request := make(map[string]string)
ctx.MultipartForm() ctx.MultipartForm()
......
...@@ -9,6 +9,7 @@ import ( ...@@ -9,6 +9,7 @@ import (
func check(e error) { func check(e error) {
if e != nil { if e != nil {
print("mylog")
panic(e) panic(e)
} }
} }
......
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 sign in to comment