用于查询隐私号码的绑定失效时间,需要和隐私号码绑定V3配合使用

调用形式

https://xtapi.uincall.com/api/call/queryPrivacyExpireTime.action

调用方式

Post

传入参数

序号 名称 是否必填 说明
1 appver String
2 user String
3 secret String
4 timestamp String
5 account String
6 bindId String

回应参数

序号 名称 是否必填 说明
1 errcode 0为成功,其它为失败。
2 errmsg 结果解释。
3 total 数量
4 data 返回查询结果数据
5 expireTime 绑定失效时间

使用样例

调用:

url:
    http://xtapi.uincall.com/api/call/queryPrivacyExpireTime.action
post 数据:
    appver=1&user=6004380000_dev&account=6004380000&secret=7738e6a3a195ca25ad681bd402e652fa&timestamp=20220307100022&bindId=2935065976643879680

响应:

{
    "data":"{
        "expireTime":"2022-03-07 10:05:22"
    }",
    "errcode":0,
    "errmsg":"查询成功",
    "total":0
}

注意:由于平台之间的差异,绑定失效时间expireTime不能作为绝对的时间依据,理论偏差值预估10秒左右,实际使用时应适当留出偏差秒数。

文档更新时间: 2025-07-30 15:36   作者:admin