手机收到的客服消息是乱码 (python)
直接用json出来的结果是unicode乱码, 在json.dumps时将ensure_ascii设置为False, 微信接口返回44004, 如下:
{“msgtype”: “text”, “touser”: “oG9sf0ed4g7XNw7DdS-j8R1ViBIM”, “text”: {“content”: “您好, 很高兴接收您的反馈,感谢您对我们的支持。”}}
{“errcode”:44004,“errmsg”:“empty content hint: [wed2KA0756ge20]”}
python怎么处理????
