验证码短信接口Delphi调用http源码

2013年07月25日

通过验证码短信http调用接口,您可以很快速的在网站或者app中集成手机号验证功能,该源码只是核心代码,具体可以根据您的实际需求进行扩展。

 

unit Unit1;

interface

uses

  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,

  Dialogs, StdCtrls,Unit2;

 

type

  TForm1 = class(TForm)

    Button1: TButton;

    Memo1: TMemo;

    Edit1: TEdit;

    Edit2: TEdit;

    Edit3: TEdit;

    procedure Button1Click(Sender: TObject);

  private

    { Private declarations }

  public

    { Public declarations }

  end;

 

var

  Form1: TForm1;

 

implementation

 

{$R *.dfm}

 

procedure TForm1.Button1Click(Sender: TObject);

begin

Memo1.Text:=Unit2.GetMyWebServericeSoap(false,'http://106.ihuyi.com/webservice/sms.php').Submit('用户名','密码','手机号码','您的验证码是:2647。请不要把验证码泄露给其他人。');

end;

end.

 

==================================================================

互亿无线验证码短信接口及完整源码下载地址:https://www.ihuyi.com/duanxin.html 

如有疑问,请联系我们的技术,或者访问我们的网站了解更多信息:https://www.ihuyi.com/

 


 

上一篇:验证码短信接口asp调用http源码

下一篇:验证码短信接口java调用http源码

互亿无线营销短信平台支持签名认证

为短信加上您的公司品牌名称和LOGO

在线咨询
服务热线:
4008 808 898

免费体验

填写验证码后,点击“开通体验账户”自动开通体验账户。

收不到短信验证码?
×