该文档为第一版接口,后续将弃用,目前已不再更新维护,建议您使用新的接口文档进行请求:https://salesmartly-api.apifox.cn
curl --location -g --request GET 'https://api.salesmartly.com/api/broadcast/get-plan-list?project_id=&title=&status=&page=&page_size=&update_time={"start_time":1680000000,"end_time":16900000}' \
--header 'external-sign;'{
    "data": {
        "list": [
            {
                "id": "string",
                "title": "string",
                "channel": "string",
                "status": "string",
                "audience": "string",
                "created_time": "string",
                "begin_time": "string",
                "timezone": "string",
                "begin_config": "string",
                "send_count": "string",
                "delivery_count": "string",
                "read_count": "string",
                "request_count": "string",
                "delivery_rate": "string",
                "read_rate": "string"
            }
        ],
        "total": "string",
        "page": 0,
        "page_size": 0
    },
    "count": {},
    "code": 0,
    "msg": "string"
}