wxpusher-sdk-java icon indicating copy to clipboard operation
wxpusher-sdk-java copied to clipboard

发送post请求时,content中的换行符不能在推送中正确显示

Open Deroino opened this issue 2 years ago • 0 comments

post请求https://wxpusher.zjiecode.com/api/send/message { "summary": "123", "uids": [ "xxxxxx" ], "verifyPay": false, "appToken": "xxxxxx", "contentType": 2, "content": "123123 \n 213123" } \n不能被正确解析

Deroino avatar Jan 05 '23 08:01 Deroino