geSmsLog.md 1.61 KB

短信日志

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"//平台发送日志
        }
    ]
}