Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试为客户设置自动短信服务,人们可以在其中发短信给号码,并从某种服务器获得自动回复。手机用户应该能够通过文本与服务器进行某种交流。任何人都知道如何实现这一点?
您可以设置服务器来响应 MO(移动发起)消息。
您需要与将 MO 消息转发到您的服务器的 SMS 提供商/聚合器建立关系。根据关键字,您可以决定如何回复 - 因为您有原始电话号码,您可以轻松回复发件人。
我已经开发了这样的系统,所以如果您需要更多详细信息,请询问。