Home > Backend Development > PHP Tutorial > UCHome 短信群发,该怎么解决

UCHome 短信群发,该怎么解决

WBOY
Release: 2016-06-13 10:32:32
Original
929 people have browsed it

UCHome 短信群发
客户想在自己的网站上加入短信群发功能,给我们的demo是一个PHP的短信群发,并且是要配套UCHome完成的。现在我们做的网站是个.NET 的网站,想找一位大侠是否能帮助我解决一些问题。小弟在这谢谢了。如果能解决追加分。谢谢 希望能留下联系QQ

------解决方案--------------------
没做过,一般两个系统之间通信使用webservice,你看看uchome短信群发是否可以做成服务被。net调用
------解决方案--------------------
UCHome的api有mysql数据库调用方式,和http网络调用方式。
但后者相对来说要慢些。

建议在 php里利用nusoap写个webservice,你在.net里直接调用就可以了。

要更快一点的话,还是直接在.net里写入数据到UCHome的数据库。
而UCHome里已经自带有系统群发的功能,只是没有用户见群发的功能。
要做用户见的群发功能,实际上按照UCHome里的结构就是:
发送1对1,需要插入2条短信数据,即发送和接受者一人一条。
发送1对10,则需要插入11条数据。
你看下UCHome里的数据表和接口程序就知道了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template