支持中心

详尽的国际短信开发指南,为您提供全过程技术支持服务

支持中心

详尽的国际短信开发指南,为您提供全过程技术支持服务

国际/港澳台短信API接口文档

1、概要 1.1 文档说明 本文档主要提供给互亿平台的用户对接接口的使用说明,开发者可以利用 ihuyi 提供的 HTTP 接口,调用 ihuyi 的国际验证码/通知服务。 1.2 接口内容 本文档包含国际短信发送、余...

国际/港澳台短信接入指南

第一步:准备工作 在开始接入国际短信服务前,请确保您已完成平台账号注册并通过企业实名认证。同时,准备好在运营的业务资料,用于后续的签名和模板申请。个人用户无法接入国际短信服务。 第二步:了解签...

国际短信API接口-多开发语言示例代码

为了方便不同技术栈的开发者快速接入国际短信服务,互亿无线国际短信平台提供了多种主流开发语言的 DEMO 示例,方便开发者快速对接调用并集成至已有系统中。 Java 示例代码 PHP 示例代码 ...

国际短信API接口 C 示例代码

//linux下的编译:gcc -o test ./test.c //linux下的执行:./test # include <stdio.h> # include <sys/socket.h> # include <sys/types.h> # include <time.h&g...

国际短信API接口 Object-C 示例代码

#import <Foundation/Foundation.h> // 简单的HTTP POST请求示例 void sendSimplePostRequest() { // 创建URL NSURL *url = [NSURL URLWithString:@"https://api.ihuyi.com/isms/Submi...

国际短信API接口 Node.js 示例代码

/** * 安装依赖:npm install querystring * 测试执行:node ./test.js */ var http = require('http') var querystring = require('querystring'); function post(hostname, pat...

国际短信API接口 Ruby 示例代码

require 'net/http' #接口地址 postUrl = "https://api.ihuyi.com/isms/Submit.json" #定义请求的数据 params = { "account":"xxxxxxxx", #APIID(用户中...

国际短信API接口 Shell 示例代码

curl --http1.1 -X POST "https://api.ihuyi.com/isms/Submit.json" -H "Content-Type: application/x-www-form-urlencoded" -d "account=xxxxxxxx&password=xxxxxxxxx&mobile...

国际短信API接口 C# 示例代码

using System.IO; using System.Text; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; private const String host = "https://api.ihuyi.com...

在线咨询
电话咨询

服务热线:

4001 186 878

服务热线(工作时间):

4001 186 878

业务咨询(非工作时间):

4001 186 878

售后咨询(非工作时间):

4001 186 878

在线咨询
服务热线:
4001 186 878