We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述
当用户向公众号发送特殊内容时,xml解析会失败。比如: case 1:嵌套xml case1_input.txt
case 2:有特殊字符,在 Sublime 里面显示为 <0x02> case2_input.txt
<0x02>
如何复现 步骤: 1、分别复制case1_input.txt和case2_input.txt的内容发送给公众号,公众号都无响应
关联日志信息 case 1 error: XML syntax error on line 5: element <Content> closed by </status>
XML syntax error on line 5: element <Content> closed by </status>
case 2 error: XML syntax error on line 5: illegal character code U+0002
XML syntax error on line 5: illegal character code U+0002
使用的版本
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述
当用户向公众号发送特殊内容时,xml解析会失败。比如:
case 1:嵌套xml
case1_input.txt
case 2:有特殊字符,在 Sublime 里面显示为
<0x02>
case2_input.txt
如何复现
步骤:
1、分别复制case1_input.txt和case2_input.txt的内容发送给公众号,公众号都无响应
关联日志信息
case 1 error:
XML syntax error on line 5: element <Content> closed by </status>
case 2 error:
XML syntax error on line 5: illegal character code U+0002
使用的版本
The text was updated successfully, but these errors were encountered: