http://m.5c.com.cn/api/send/index.php
或
http://115.28.23.78/api/send/index.php
序号 | 参数 | 说明 |
1 | username | [必填]用户账号 |
2 | password_md5 | [必填]使用 32 位小写加密密码提交短信 |
3 | apikey | [必填]APIKEY 密钥,请向业务人员索取 |
4 | mobile | [必填]收件人手机号,多个号码以半角逗号 |
响应格式
success:msgid
序号 | 参数 | 说明 |
5 | content | [必填]短信内容用 ,使用 urlencode 编码后提交 |
6 | startTime | [选填]定时发送,UNIX 时间戳,为空立即发送 |
7 | ext | [选填]扩展号(供对代理商开放) |
8 | encode | [必填]GBK 或 UTF-8,如您的编码(文件)是 GBK/GB2312/ASCII,请传入 GBK。如您的编码为 UTF-8,请传入 UTF-8。该参数不区分大小写。示 例:encode=GBK 或 encode=UTF-8 |
http://m.5c.com.cn/api/send/index.php?username= 用 户 名 &password_md5=32 位 MD5 密 码 &apikey= 密 钥 &mobile= 手 机 号 &encode=UTF-8&content=%e9%aa%8c%e8%af%81%e7%a0%81%e6%98%af%ef%bc%9a1A1C%e3%80%90%e7%ad%be%e5%90%8d%e3%80%91%0a
或
http://115.28.23.78/api/send/index.php?username= 用 户 名 &password_md5=32 位 MD5 密 码 &apikey= 密 钥 &mobile= 手 机 号 &encode=UTF-8&content=%e9%aa%8c%e8%af%81%e7%a0%81%e6%98%af%ef%bc%9a1A1C%e3%80%90%e7%ad%be%e5%90%8d%e3%80%91%0a