简体   繁体   English

我可以让网站与我的 android 手机通信,以便在网站上触发短信并从手机发送吗?

[英]Can I have a web site communicate with my android phone so that sms are triggered on the web site and sent from the phone?

I have a project where I want to send a small number of text messages to my client's clients.我有一个项目,我想向我客户的客户发送少量短信。 The automated sms details and timing are stored on a web site and currently, we use an api to an sms provider to send the messages.自动短信详细信息和时间存储在网站上,目前,我们使用 sms 提供商的 api 来发送消息。 However, the client has an office mobile phone (android) with unlimited txt account and would like to have the web site send the message details to the android phone so that it can be sent from there at no extra charge.但是,客户有一个办公室手机(android),没有限制 txt 帐户,并希望网站将消息详细信息发送到 android 手机,以便可以从那里免费发送。 The phone could be connected to a computer via a cable, but it would be best if the details could be sent to the phone via internet.电话可以通过电缆连接到计算机,但最好能通过互联网将详细信息发送到电话。 Any thoughts?有什么想法吗?

Easy way:简单的方法:
Just store any thing you want to send somewhere like your database, Then Develop an app for your client that calls your server lets say every 10 second and sends the messages.只需存储您想要发送的任何内容,例如您的数据库,然后为您的客户端开发一个应用程序,该应用程序会每 10 秒调用一次您的服务器并发送消息。

Better way:更好的方法:
Use google push notification to send data from your website to your client phone!使用谷歌推送通知将数据从您的网站发送到您的客户端手机!

Even Better way:更好的方法:
Tell your client No!告诉你的客户不! Tell him/her that the idea is stupid!告诉他/她这个想法很愚蠢!

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

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