From e62cb5a6d40a193e89d925d019989243767488ce Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 16 Jul 2020 10:12:25 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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