1.7_dep 注册登录-短信日志.md 1.62 KB

/* Title: 1.7 短信日志 Sort: 17 */

URL

http://api.cnlive.com/open/api/CnliveMobile/boss/getSmsLog

参数名 参数类型 必选 参数说明
sp_id String true appid(例如jinhaian)
info String true 手机号
page int true 页数 从1开始
size int true 第页记录数
sign String true 签名串

返回

{
    "previous_cursor":"0",          //前一页
    "next_cursor":"2",              //下一页
    "total_number":"127",           //总记录数
    "list":[
        {
            "cid":"UCloud",                     //平台
            "timestamp":"2016-05-19 14:49:09",  //发送时间
            "message":"smssend:ucloud,return:1,mobile:15810787170,content:您的视讯中国短信验证码:201849"//平台发送日志
        }
    ]
}
``