You need to enable JavaScript to run this app.
导航

风控限频设置

最近更新时间2023.05.30 15:12:49

首次发布时间2021.11.30 17:27:57

火山引擎语音服务风控系统支持一定时间窗口的通话次数限制,包括5分钟只能呼叫3次,10分钟只能呼叫6次,24小时呼叫10次,目前支持根据业务方实际的限制需求配置,如有需求可联系客户支持同学。

[
    {
        "duration": 5,
        "times": 3,
        "accountType": 2,
        "businessLineIds": [
            2000001, 2000011, 2000001090
        ]
    },
    {
        "duration": 10,
        "times": 6,
        "accountType": 2,
        "businessLineIds": [
            2000002, 2000012, 2000001090
        ]
    },
    {
        "duration": 1440,
        "times": 10,
        "accountType": 2,
        "businessLineIds": [
            2000003, 2000013
        ]
    }
]