Commit 5db98c1b432b31dcc7bb690ae5d2d956b0059796

Authored by 陆恒
1 parent 63b37fac
Exists in master and in 1 other branch ver2.3.6

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -226,7 +226,7 @@ func Addcoin(w http.ResponseWriter, r *http.Request) {
226 226 }
227 227  
228 228 func Testapi(w http.ResponseWriter, r *http.Request) {
229   -
  229 + logger.Info("Testapi ddt")
230 230 SetHeader(w)
231 231 type TesaApiData struct {
232 232 Type int `json:"type"` //1金币 2经验 3存钱罐次数 6累计登录天数
... ...