Commit 25106b98 by huangchengyi

1.0

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