接口名称 发送短信验证码     签名
地址 https://api.cnlive.com/open/api2/CnliveMobile/sendMsg
method post
返回数据 json

/* Title: 1.1 发送短信验证码 Sort: 11 */

URL: http://api.cnlive.com/open/api/CnliveMobile/sendMsg?sp_id=xxx&mobile=xxx&content=xxx


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sp_id true string 服务提供商ID
mobile true string 用户手机号
content true string 短信内容(不要含空格)
sign true string 签名

返回格式说明:

{
 errorCode:"0",
 errorMsg:"成功"
}
{
 errorCode:"xxx", //错误代码(非0)
 errorMsg:"失败" //错误信息
}