From 5db98c1b432b31dcc7bb690ae5d2d956b0059796 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 10 Jul 2020 15:09:49 +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 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