获取客户电话号码
如何在 QML 中获取客户手机的电话号码?
不是用户联系人列表中某人的电话号码。
谢谢
How can I get phone number of client's cell phone in QML?
Not a phone number of someone in users contact list.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道手机中存储的客户电话号码。有些运营商可能会将其包含在 SIM 卡中,但并非全部。如果您想使用客户的电话号码,那么他必须提供。为了进行验证,您可以创建一条短信并将其发送到同一号码并尝试捕获它。如果返回,则号码正确,否则可能不正确或只是延迟,或者电话配置错误且发送失败。
There is no knowledge of the client's phone number stored in the phone. Some operators may include it into SIM card, but not all. If you want to use client's phone number then he must provide it. For verification you could create and send a SMS to the same number and try to catch it. If it returns then the number is correct otherwise it might be incorrect or just delayed or phone is misconfigured and sending failed.