Commit da76d157ab2cc7d50a507a3dac97e35f4ca86db4
1 parent
a732695e
Exists in
ver2.3.0
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -254,6 +254,7 @@ func HandlerGetcashwechat(w http.ResponseWriter, data string, uuid int) { | @@ -254,6 +254,7 @@ func HandlerGetcashwechat(w http.ResponseWriter, data string, uuid int) { | ||
254 | } | 254 | } |
255 | 255 | ||
256 | //回包 | 256 | //回包 |
257 | + logger.Info("HandlerGetcashwechat resp=%+v", resp) | ||
257 | respstr, _ := json.Marshal(&resp) | 258 | respstr, _ := json.Marshal(&resp) |
258 | fmt.Fprint(w, string(respstr)) | 259 | fmt.Fprint(w, string(respstr)) |
259 | 260 |