调取创蓝253国际短信验证码-代码示例2
# 说明:# 以下代码只是为了方便客户测试而提供的示例代码,客户可以根据自己的需要另行编写# 该代码仅供学习和研究接口使用,只是提供了一个参考require 'net/http' require 'uri' require 'json' params = { &nb
创蓝253云通讯平台---短信验证码接口说明
【Shell】创蓝253云通讯平台国际短信API接口DEMO
#!/bin/sh# account and password can be change to what you wanna!#author ChuangLan#修改为您的accountaccount=""#修改为您的pwpassword="a.123456"#手机号码,格式(区号+手机号码),例如:8615800000000,其中86为中国的区号mobile="8615800000000"#设置您要发送的内容msg="...
【C(C++)】创蓝253云通讯平台国际短信API接口DEMO
#include <arpa/inet.h>#include <assert.h>#include <errno.h>#include <netinet/in.h>#include <signal.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/wait.h>#include <netdb.h>//#includ...
【ASP】创蓝253云通讯平台国际短信API接口DEMO
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><%Function Post(url,data) dim Https set Https=server.createobject("MSXML2.XMLHTTP") Https.open "POST",url,false Https.setRequestHeader "Content-Type","application/json"&nb...
【Ruby】创蓝253云通讯平台国际短信API接口DEMO
# 说明:# 以下代码只是为了方便客户测试而提供的示例代码,客户可以根据自己的需要另行编写# 该代码仅供学习和研究接口使用,只是提供了一个参考require 'net/http' require 'uri' require 'json' params = { "account" => "", &n...
【Python】创蓝253云通讯平台国际短信API接口DEMO
#!/usr/local/bin/python#-*- coding:utf-8 -*-# Author: jacky# Time: 14-2-22 下午11:48# Desc: 短信http接口的python代码调用示例import httplibimport urllibimport json#服务地址 host = "intapi.253.com"#端口号port = 80#版本号version = "v1....