Commit e62cb5a6d40a193e89d925d019989243767488ce
1 parent
8db44b7b
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -248,7 +248,7 @@ func Addcoin(w http.ResponseWriter, r *http.Request) { |
248 | 248 | } |
249 | 249 | |
250 | 250 | func Testapi(w http.ResponseWriter, r *http.Request) { |
251 | - | |
251 | + logger.Info("Testapiddt") | |
252 | 252 | /*SetHeader(w) |
253 | 253 | type TesaApiData struct { |
254 | 254 | Type int `json:"type"` //1金币 2经验 3存钱罐次数 6累计登录天数 | ... | ... |