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