diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index fadf0c9..255d6f2 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -226,6 +226,7 @@ func HandlerGetcashwechat(w http.ResponseWriter, data string, uuid int) { resp.Code = ERROR_GETCASH_FAILED break } + logger.Info("HandlerGetcashwechat cdkey=%v", cdkey) //保存cdkey var tmp CashCdKeyInfo -- libgit2 0.21.0