wxpusher / wxpusher-client

微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息。wechat pusher.
http://wxpusher.zjiecode.com/demo
Apache License 2.0
746 stars 93 forks source link

建议将HttpUtils中的post命令中的dataStr.getBytes()更改成getBytes(StandardCharsets.UTF_8) #24

Closed macoconne closed 4 years ago

macoconne commented 4 years ago

我是个菜鸟。。。。。。。。我也不确定这个建议对不对。。。。。 我遇到了打包后发送消息请求出现了非UTF-8的问题,这个时候接口就失效了,无法正常发送命令。 必须已-Dfile.encoding=UTF-8的启动方式启动jar。

zjiecode commented 4 years ago

Good idea ,你可以提PR的,新的java仓库在这里:https://github.com/wxpusher/wxpusher-sdk-java

macoconne commented 4 years ago

好的,我尝试一下