简体   繁体   English

Spring MVC应用程序中的SMS网关

[英]Sms Gateway in spring mvc application

I have searched a lot but not able to found right code for sending sms to mobile from spring mvc java application. 我已经搜索了很多,但找不到从Spring MVC Java应用程序向手机发送短信的正确代码。 please help with some relevant links and example! 请提供一些相关链接和示例帮助! Thankyou 谢谢

You need first to look for an SMS gateway that gives you free SMS quota then use spring mvc to send a rest request to this getaway to match their interface, some times you might need to call a URL with some parameter to send a message rather than a rest or xml message. 您首先需要查找一个为您提供免费SMS配额的SMS网关,然后使用spring mvc向该逍遥游发送休息请求以匹配其界面,有时您可能需要调用带有某些参数的URL来发送消息,而不是休息或xml消息。

That's it. 而已。

Sms Gateway in spring mvc application? Maybe you need to see how you can access the SMS gateway through the rest request. Spring MVC应用程序中的Sms网关?也许您需要查看如何通过其余请求访问SMS网关。 And give him the parameter he wants. 并给他他想要的参数。 Just HTTP requests 只是HTTP请求

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM