本文为您提供了VB语言版本的验证码短信接口对接DEMO示例
//接口类型:互亿无线触发短信接口,支持发送验证码短信、订单通知短信等。
//账户注册:请通过该地址开通账户 http://user.ihuyi.com/?DKimmu
//注意事项:
//(1)调试期间,请使用用系统默认的短信内容:您的验证码是:【变量】。请不要把验证码泄露给其他人。
//(2)请使用 用户名 及 APIkey来调用接口,APIkey在会员中心可以获取;
//(3)该代码仅供接入互亿无线短信接口参考使用,客户可根据实际需要自行编写;
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 9285
ClientLeft = 120
ClientTop = 465
ClientWidth = 18105
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 9285
ScaleWidth = 18105
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "自动提交"
Height = 495
Left = 3840
TabIndex = 7
Top = 8520
Width = 1575
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 1000
Left = 2640
Top = 240
End
Begin VB.TextBox content
Height = 375
Left = 1080
TabIndex = 6
Top = 840
Width = 16575
End
Begin VB.TextBox mobile
Height = 375
Left = 1080
TabIndex = 4
Top = 240
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "语音通知"
Height = 495
Left = 2160
TabIndex = 2
Top = 8520
Width = 1335
End
Begin VB.CommandButton Command1
Caption =