1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-07 14:12:27 +08:00

增加内容审核相关 message 字段

This commit is contained in:
quxiaolong
2019-10-15 11:54:40 +08:00
parent 7170f6ef32
commit 87470f143d
2 changed files with 11 additions and 1 deletions

View File

@@ -65,7 +65,9 @@ func (srv *Server) Serve() error {
}
//debug
//fmt.Println("request msg = ", string(srv.requestRawXMLMsg))
if srv.debug {
fmt.Println("request msg = ", string(srv.requestRawXMLMsg))
}
return srv.buildResponse(response)
}