@@ -242,7 +242,7 @@ func BuildError(req *Request, code ErrCode, message string) *Response {
/*if code == ErrParse {
id = nil
- }*/ // 虽然更符合规范, 但老版本请求有的会使用ErrParse, 为了兼容, 暂不启用
+ }*/ // 虽然更符合规范, 但老版本应答有的会使用ErrParse, 为了兼容, 暂不启用
emsg := message
if emsg == "" {