验证码短信、营销短信,三网合一,极速响应,高并发,99%稳定性。请通过验证码、1分钟请求一次、IP限制等方式做好短信轰炸防范。验证码短信请遵循1分钟4次、1小时5次、1天8次的原则。通知、营销短信批量发送,请采用批量发送方式。使用前请先建立子账户、添加模板并进行审核,客服微信:binstds
接口地址:https://api.binstd.com/sms/send
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 mobile string 手机号 多个手机号用,分割 营销5000一组,通知200一组。 content string 短信内容 批量发送不同通知内容,短信内容用2个半角逗号,,分割,和手机号数量要一致,最大200一组。 发送内容模板必须是审核过的
请求示例:https://api.binstd.com/sms/send?mobile=13556811111,13556811112&content=用户您好。【进制数据】&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 count string 是 发送成功条数 accountid int 是 子账号ID
返回示例:{ "status": "0", "msg": "ok", "result": { "count": "1", "accountid": "1" } }
接口地址:https://api.binstd.com/sms/balance
支持格式:JSON,JSONP
请求方法:GET POST
无
请求示例:https://api.binstd.com/sms/balance?appkey=yourappkey
返回参数
参数名称 类型 必填 说明 accountid int 是 子账号ID company string 是 公司名称 totalnum int 是 总次数 usednum int 是 已使用次数
返回示例:{ "status": "0", "msg": "ok", "result": [ { "accountid": "10000", "company": "网尚科技", "totalnum": "10", "usednum": "0" }, { "accountid": "10001", "company": "极速数据", "totalnum": "10", "usednum": "0" } ] }
接口地址:https://api.binstd.com/sms/blackword
支持格式:JSON,JSONP
请求方法:GET POST
无
请求示例:https://api.binstd.com/sms/blackword?appkey=yourappkey
无
返回示例:{ "status": "0", "msg": "ok", "result": [ "卧室", "售罄", "公馆", "宽厅", "停车场", "主卧" ] }
接口地址:https://api.binstd.com/sms/addaccount
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 company string 企业全称 signature string 签名 格式【XXX】 statusurl string 状态报告回送地址 设置后可以接收到短信的发送状态报告 replyurl string 短信回送地址 设置后可以收到回复短信 replyusername string 回送用户名 可设置回送用户名 replypassword string 回送密码 totalnum int 总次数 分配的次数,不能超过剩余次数,不能为0
请求示例:https://api.binstd.com/sms/addaccount?company=进制数据&signature=【进制数据】&statusurl=&replyurl=&replyusername=&replypassword=&totalnum=10&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 company string 是 企业全称 signature string 是 签名 statusurl string 是 设置的状态报告回送地址 replyurl string 是 设置的短信回送地址 replyusername string 是 设置的回送用户名 replypassword string 是 设置的回送密码 totalnum int 是 分配的次数 accountid int 是 子账号ID
返回示例:{ "status": "0", "msg": "ok", "result": { "company": "极速数据", "signature": "【极速数据】", "statusurl": "", "replyurl": "", "replyusername": "", "replypassword": "", "totalnum": "10", "accountid": "1" } }
接口地址:https://api.binstd.com/sms/editaccount
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 accountid int 要修改的子账号ID company string 企业全称 signature string 签名 格式【XXX】 statusurl string 状态报告回送地址 设置后可以接收到短信的发送状态报告 replyurl string 短信回送地址 设置后可以收到回复短信 replyusername string 回送用户名 可设置回送用户名 replypassword string 回送密码 totalnum int 总次数 分配的次数,不能小于已使用的次数,不能为0
请求示例:https://api.binstd.com/sms/editaccount?accountid=1&company=进制数据&signature=【进制数据】&statusurl=&replyurl=&replyusername=&replypassword=&totalnum=10&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 company string 是 企业全称 signature string 是 签名 statusurl string 是 设置的状态报告回送地址 replyurl string 是 设置的短信回送地址 replyusername string 是 设置的回送用户名 replypassword string 是 设置的回送密码 totalnum int 是 分配的次数 accountid int 是 子账号ID
返回示例:{ "status": "0", "msg": "ok", "result": { "company": "极速数据", "signature": "【极速数据】", "statusurl": "", "replyurl": "", "replyusername": "", "replypassword": "", "totalnum": "10", "accountid": "1" } }
接口地址:https://api.binstd.com/sms/accountlist
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 pagenum int 页码 默认为1 pagesize int 每页条数 默认为20
请求示例:https://api.binstd.com/sms/accountlist?appkey=yourappkey
返回参数
参数名称 类型 必填 说明 accountid int 是 子账号ID company string 是 企业全称 signature string 是 签名 statusurl string 是 状态报告回送地址 replyurl string 是 短信回送地址 replyusername string 是 回送用户名 replypassword string 是 回送密码 totalnum int 是 总次数 usednum int 是 已使用次数 status int 是 状态 istemnocheck int 是 是否模板免审 failreason string 是 审核失败原因 addtime int 是 子账号添加时间
返回示例:{ "status": "0", "msg": "ok", "result": { "total": "2", "pagenum": "1", "pagesize": "20", "list": [ { "accountid": "1", "company": "极速数据", "signature": "【极速数据】", "statusurl": "", "replyurl": "", "replyusername": "", "replypassword": "", "totalnum": "10", "usednum": "0", "status": "1", "istemnocheck": "0", "failreason": "", "addtime": "1511111111" }, { "accountid": "2", "company": "极速数据平台", "signature": "【极速数据平台】", "statusurl": "", "replyurl": "", "replyusername": "", "replypassword": "", "totalnum": "10", "usednum": "0", "status": "1", "istemnocheck": "0", "failreason": "", "addtime": "1511111111" } ] } }
接口地址:https://api.binstd.com/sms/addtemplate
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 accountid int 子账号ID name string 模板标识 content string 模板内容 营销短信加:回TD退订。替换的内容用@代替,70个字符为一条短信。 ismarket int 是否为营销短信 1为是,0为不是
请求示例:https://api.binstd.com/sms/addtemplate?accountid=1&name=用户您好&content=用户您好。【进制数据】&ismarket=0&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 accountid string 是 子账号ID name string 是 模板标识 content string 是 模板内容 templateid string 是 模板ID status string 是 状态 ismarket string 是 是否为营销短信
返回示例:{ "status": "0", "msg": "ok", "result": { "accountid": "1", "name": "用户您好", "content": "用户您好。【极速数据】", "templateid": "1", "status": "1", "ismarket": "0" } }
接口地址:https://api.binstd.com/sms/edittemplate
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 accountid int 子账号ID templateid int 模板ID name string 模板标识 content string 模板内容 ismarket int 是否为营销短信 1为是,0为不是
请求示例:https://api.binstd.com/sms/edittemplate?accountid=1&templateid=1&name=用户您好&content=用户您好。【进制数据】&ismarket=0&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 accountid int 是 子账号ID name string 是 模板标识 content string 是 模板内容 templateid int 是 模板ID status int 是 状态 ismarket int 是 是否为营销短信 1为是,0为不是
返回示例:{ "status": "0", "msg": "ok", "result": { "accountid": "1", "name": "用户您好", "content": "用户您好。【极速数据】", "templateid": "1", "status": "1", "ismarket": "0" } }
接口地址:https://api.binstd.com/sms/templatelist
支持格式:JSON,JSONP
请求方法:GET POST
请求参数
参数名称 类型 说明 accountid int 子账号ID pagenum int 页码 默认为1 pagesize int 每页条数 默认为20
请求示例:https://api.binstd.com/sms/templatelist?accountid=1&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 templateid int 是 模板ID name string 是 模板标识 content string 是 模板内容 ismarket int 是 是否为营销短信 status int 是 状态 failreason string 是 审核失败原因 addtime int 是 添加时间
返回示例:{ "status": "0", "msg": "ok", "result": { "total": "1", "pagenum": "1", "pagesize": "20", "accountid": "1", "totalnum": "10", "usednum": "0", "list": [ { "templateid": "1", "name": "用户您好", "content": "用户您好。【极速数据】", "ismarket": "0", "status": "1", "failreason": "", "addtime": "1511111111" } ] } }
接口地址:https://api.binstd.com/sms/templatedetail
支持格式:JSON
请求方法:GET POST
请求参数
参数名称 类型 说明 templateid int 模板ID
请求示例:https://api.binstd.com/sms/templatedetail?templateid=1&appkey=yourappkey
返回参数
参数名称 类型 必填 说明 templateid int 是 模板ID name string 是 模板标识 content string 是 模板内容 ismarket int 是 是否为营销短信 1为是,0为不是 status int 是 模板状态 failreason string 是 审核失败原因 addtime int 是 添加时间
返回示例:{ "status": "0", "msg": "ok", "result": { "templateid": "1", "name": "用户您好", "content": "用户您好。【极速数据】", "ismarket": "0", "status": "1", "failreason": "", "addtime": "1511111111" } }
电话:173-6457-5198
QQ① 群:792473404
客服 QQ:1643296538
微信客服:binstds
企业和程序员可以通过进制数据封装的API或SDK极速接入其他数据资源,同时进制数据提供数据交易等服务。通过进制数据,不仅开发成本极大降低,而且可以获得其他丰富的数据服务:数据交易,数据分析,区块链Token管理等服务。
电话:173-6457-5198
QQ① 群:792473404
客服 QQ:1643296538
微信客服:binstds
扫描二维码添加客服微信
周一至周五 9:00 - 21:00(其中周三为 9:00 - 18:00)
周六 9:00 - 12:00(节假日除外)
进制数据团队
2020.01.01