简体   繁体   English

如何设计用于发送短信的API

[英]how to design an api for sending sms

I want to design an API for sending SMS through various websites like way2sms, fullonsms etc.. I tried several APIs like this and also this one but I am thinking of designing my own because of the traffic on their servers. 我想设计通过各种网站如way2sms,fullonsms等发送短信的API。我试了几个API,如也是这一个 ,但我想到的是设计,因为他们的服务器上的流量我自己的。 Any idea about how to start. 关于如何开始的任何想法。 I am good at coding in C#. 我擅长使用C#进行编码。 The link they currently provide to send sms is like this 他们当前提供的发送短信的链接是这样的

http://ultimatesmsapi.tk/sms.php?provider=way2sms&username=9876543210&password=9876543210&numbers=9876543210&msg=your%20msg

and

http://ubaid.tk/sms/sms.aspx?uid=9876543210&pwd=mypassword&msg=myMEssage&phone=9876543210&provider=way2sms

我自己配置​​了它...可以通过模拟Web浏览器来实现。

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

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