1 协议说明

协议 HTTP POST
编码格式 UTF8
URL 举例:https://msg.yundashi.com/api/sms/smsquota?sdkappid=xxxxx&random=xxxx
接口说明 查询短信剩余条数注:sdkappid请填写您在云大师短信官网上申请到的客户编号,random请填成随机数。

2 请求包体

{
    "sig": "40834f0be1684ce9b5ff85c923a7bf74dc3b3f1b2d085f00ae336a9c56118fe3",
    "time": 1457336869, //unix时间戳
}
参数 必选 类型 描述
sig string App 凭证,具体计算方式见下注
time number 请求发起时间,unix 时间戳(单位:秒),如果和系统时间相差超过 10 分钟则会返回失败

3 应答包体

{
    "result": 0, //0表示成功,非0表示失败
    "quota": 33, //行业短信剩余条数
    "quotaMarketing": 33 //营销短信剩余条数
}

results matching ""

    No results matching ""