diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index a7b9018..777962d 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -248,7 +248,7 @@ func Addcoin(w http.ResponseWriter, r *http.Request) { } func Testapi(w http.ResponseWriter, r *http.Request) { - + logger.Info("Testapiddt") /*SetHeader(w) type TesaApiData struct { Type int `json:"type"` //1金币 2经验 3存钱罐次数 6累计登录天数 -- libgit2 0.21.0