Commit c297a7a55c40e38f0d2827d5e051e71774483102
1 parent
ffa660e1
Exists in
master
提交
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -527,7 +527,6 @@ func Onlinentf(w http.ResponseWriter, r *http.Request) { | @@ -527,7 +527,6 @@ func Onlinentf(w http.ResponseWriter, r *http.Request) { | ||
527 | } | 527 | } |
528 | 528 | ||
529 | func Getcashrecord(w http.ResponseWriter, r *http.Request) { | 529 | func Getcashrecord(w http.ResponseWriter, r *http.Request) { |
530 | - | ||
531 | Uuid := 0 | 530 | Uuid := 0 |
532 | if len(r.Header) > 0 { | 531 | if len(r.Header) > 0 { |
533 | Uuid, _ = strconv.Atoi(r.Header.Get("Uuid")) | 532 | Uuid, _ = strconv.Atoi(r.Header.Get("Uuid")) |