Commit 77af71686dc9f34900e63fe8b3ff4501e29a3fe8

Authored by 陆恒
1 parent da76d157
Exists in ver2.3.0

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -226,6 +226,7 @@ func HandlerGetcashwechat(w http.ResponseWriter, data string, uuid int) {
226 226 resp.Code = ERROR_GETCASH_FAILED
227 227 break
228 228 }
  229 + logger.Info("HandlerGetcashwechat cdkey=%v", cdkey)
229 230  
230 231 //保存cdkey
231 232 var tmp CashCdKeyInfo
... ...