如何使用 jsmpp 发送 WAP 推送
我发现通过 jSMPP 发送 WAP 推送很困难。
我需要知道如何为 jSMPP 指定 UDH,以及如何指定我正在发送二进制消息。
有人有一些示例代码摘录吗?我已经尝试了一段时间但没有成功,并且我无法使用谷歌找到任何示例......
I'm finding it difficult to send a WAP Push via jSMPP.
I need to know how to designate the UDH for jSMPP, and also how to specify that I'm sending a binary message.
Is there anybody with some sample code excerpt? I have tried without success for more some time, and I couldn't find any example by using google ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 SMS 发送 WAP,需要将 esmclass 设置为 64,将 datacoding 设置为 245。您可以尝试使用下面的示例。
to send wap using sms, esmclass to 64 and datacoding to 245 would need to be set. You can try using the example below.