Commit 21291c02 authored by szh's avatar szh

up

parent 592d8567
......@@ -228,7 +228,7 @@ func GetUploadTest(c *gin.Context){
appG.Response(http.StatusOK, e.INVALID_PARAMS, nil)
return
}
logging.Info("uploadtest","report",KP)
fmt.Println("uploadtest","report",KP)
appG.Response(http.StatusOK, e.SUCCESS, nil)
}
......@@ -243,7 +243,7 @@ func GetTest(c *gin.Context){
return
}
if raw != nil {
logging.Info("test","report",string(raw))
fmt.Println("test","report",string(raw))
}
......
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