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.
我已经安装并设置了 kannel 和 Sqlbox。我可以在 send_sms 表上插入,消息通过网关发送。
我唯一面临的是 kannel 或 Sqlbox 正在将 SMS 中的空格转换为 + ,例如
你好世界=>你好+世界
有人能告诉我为什么会这样吗?
谢谢
这是因为 Kannel 中的文本消息存储为 URL 编码的字符串,而空格表示为加号。