Commit c66e4a384a9e4248c42d2230a96d82010a6952d0
1 parent
0f58055d
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -156,7 +156,7 @@ func Testapi(w http.ResponseWriter, r *http.Request) { |
156 | 156 | r.Body.Close() |
157 | 157 | |
158 | 158 | s := string(result) |
159 | - logger.Info("Querysigndata , body:%v,uuid=%v", s, Uuid) | |
159 | + logger.Info("Testapi , body:%v,uuid=%v", s, Uuid) | |
160 | 160 | |
161 | 161 | var rdata TesaApiData |
162 | 162 | err := json.Unmarshal([]byte(s), &rdata) | ... | ... |