Skip to content
New issue

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

告警中文乱码 #12

Open
52992364 opened this issue Jan 8, 2021 · 1 comment
Open

告警中文乱码 #12

52992364 opened this issue Jan 8, 2021 · 1 comment

Comments

@52992364
Copy link

52992364 commented Jan 8, 2021

测试修改为如下方式后,中文显示正常。
wechat

` datas = json.dumps(Data, ensure_ascii=False).encode('utf-8')

r = requests.post(url=Url,data=datas)`
@palmxin
Copy link

palmxin commented Oct 16, 2023

Content内容要怎么才能实现换行呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants