增加内容审核相关 message 字段

This commit is contained in:
quxiaolong
2019-10-15 12:24:42 +08:00
parent 7170f6ef32
commit 87470f143d
2 changed files with 11 additions and 1 deletions
+3 -1
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)
}