我们有短信协议的错误代码吗?
大家好 我们使用 HTTP 代码向服务器确认,例如 200 OK 和错误代码 404 等,是否有一种方法可以检查 J2ME 客户端的 SMS 错误代码?我使用的是J2ME..有没有可以直接使用的API来提取这些信息?关于交付报告的内容。 问候 加里马
HI All
The way we have HTTP codes for acknowledgement with the server like 200 OK and error codes 404 etc , is there a way in which I can check the error code of sms for my J2ME client? I am using J2ME.. are there any API s that can be directly used to extract this information? Something on the lines of delivery report.
Regards
Garima
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每个运营商都有自己的错误代码,他们通常会使用短信聚合器将这些代码映射到返回给您的代码。
伪示例:
运营商 AT&T 将返回错误代码 1001
对于相同的错误,运营商 Verizon 将返回错误代码 20
聚合器会将运营商的这些不同代码映射到错误代码:900
Each Carrier would have it's own error codes, Using a SMS Aggregator they would normally map these codes to a code that they would return to you.
Pseudo Example:
Carrier AT&T would return a error code 1001
Carrier Verizon would return a error code 20 for the same error
The Aggregator would map these different codes from the carriers to a error code: 900