接口地址:https://api.jisuapi.com/sms/send
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/send?mobile=13556811111,13556811112&content=用户您好。【极速数据】&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| mobile | string | 是 | 手机号 不支持群发。 |
| content | string | 是 | 发送内容 模板必须是审核通过的。 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| count | string | 发送成功条数 |
| accountid | int | 子账号ID |
接口地址:https://api.jisuapi.com/sms/balance
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/balance?appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|
| 参数名称 | 类型 | 说明 |
|---|---|---|
| accountid | int | 子账号ID |
| company | string | 公司名称 |
| totalnum | int | 总次数 |
| usednum | int | 已使用次数 |
接口地址:https://api.jisuapi.com/sms/blackword
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/blackword?appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|
| 参数名称 | 类型 | 说明 |
|---|
接口地址:https://api.jisuapi.com/sms/addaccount
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/addaccount?company=极速数据&signature=【极速数据】&statusurl=&replyurl=&replyusername=&replypassword=&totalnum=10&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| company | string | 是 | 企业全称 |
| signature | string | 是 | 签名 格式【XXX】 |
| statusurl | string | 否 | 状态报告回送地址 设置后可以接收到短信的发送状态报告 |
| replyurl | string | 否 | 短信回送地址 设置后可以收到回复短信 |
| replyusername | string | 否 | 回送用户名 可设置回送用户名 |
| replypassword | string | 否 | 回送密码 |
| totalnum | int | 是 | 总次数 分配的次数,不能超过剩余次数,不能为0 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| company | string | 企业全称 |
| signature | string | 签名 |
| statusurl | string | 设置的状态报告回送地址 |
| replyurl | string | 设置的短信回送地址 |
| replyusername | string | 设置的回送用户名 |
| replypassword | string | 设置的回送密码 |
| totalnum | int | 分配的次数 |
| accountid | int | 子账号ID |
接口地址:https://api.jisuapi.com/sms/editaccount
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/editaccount?accountid=1&company=极速数据&signature=【极速数据】&statusurl=&replyurl=&replyusername=&replypassword=&totalnum=10&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| accountid | int | 是 | 要修改的子账号ID |
| company | string | 是 | 企业全称 |
| signature | string | 是 | 签名 格式【XXX】 |
| statusurl | string | 否 | 状态报告回送地址 设置后可以接收到短信的发送状态报告 |
| replyurl | string | 否 | 短信回送地址 设置后可以收到回复短信 |
| replyusername | string | 否 | 回送用户名 可设置回送用户名 |
| replypassword | string | 否 | 回送密码 |
| totalnum | int | 是 | 总次数 分配的次数,不能小于已使用的次数,不能为0 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| company | string | 企业全称 |
| signature | string | 签名 |
| statusurl | string | 设置的状态报告回送地址 |
| replyurl | string | 设置的短信回送地址 |
| replyusername | string | 设置的回送用户名 |
| replypassword | string | 设置的回送密码 |
| totalnum | int | 分配的次数 |
| accountid | int | 子账号ID |
接口地址:https://api.jisuapi.com/sms/accountlist
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/accountlist?appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| pagenum | int | 否 | 页码 默认为1 |
| pagesize | int | 否 | 每页条数 默认为20 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| 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 | 子账号添加时间 |
接口地址:https://api.jisuapi.com/sms/addtemplate
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/addtemplate?accountid=1&name=用户您好&content=用户您好。【极速数据】&ismarket=0&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| accountid | int | 是 | 子账号ID |
| name | string | 是 | 模板标识 |
| content | string | 是 | 模板内容 营销短信加:回TD退订。替换的内容用@代替,70个字符为一条短信。 |
| ismarket | int | 是 | 是否为营销短信 1为是,0为不是 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| accountid | string | 子账号ID |
| name | string | 模板标识 |
| content | string | 模板内容 |
| templateid | string | 模板ID |
| status | string | 状态 |
| ismarket | string | 是否为营销短信 |
接口地址:https://api.jisuapi.com/sms/edittemplate
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/edittemplate?accountid=1&templateid=1&name=用户您好&content=用户您好。【极速数据】&ismarket=0&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| accountid | int | 否 | 子账号ID |
| templateid | int | 是 | 模板ID |
| name | string | 是 | 模板标识 |
| content | string | 是 | 模板内容 |
| ismarket | int | 是 | 是否为营销短信 1为是,0为不是 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| accountid | int | 子账号ID |
| name | string | 模板标识 |
| content | string | 模板内容 |
| templateid | int | 模板ID |
| status | int | 状态 |
| ismarket | int | 是否为营销短信 1为是,0为不是 |
接口地址:https://api.jisuapi.com/sms/templatelist
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/templatelist?accountid=1&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| accountid | int | 是 | 子账号ID |
| pagenum | int | 否 | 页码 默认为1 |
| pagesize | int | 否 | 每页条数 默认为20 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| templateid | int | 模板ID |
| name | string | 模板标识 |
| content | string | 模板内容 |
| ismarket | int | 是否为营销短信 |
| status | int | 状态 |
| failreason | string | 审核失败原因 |
| addtime | int | 添加时间 |
接口地址:https://api.jisuapi.com/sms/templatedetail
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/sms/templatedetail?templateid=1&appkey=yourappkey
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| templateid | int | 是 | 模板ID |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| templateid | int | 模板ID |
| name | string | 模板标识 |
| content | string | 模板内容 |
| ismarket | int | 是否为营销短信 1为是,0为不是 |
| status | int | 模板状态 |
| failreason | string | 审核失败原因 |
| addtime | int | 添加时间 |