/** * 批量推送 * @param ctrlinfo 批量推送信息 */ export default function batch_push(ctrlinfo: Array<{ ToId: string; [key: string]: any; }>): Promise;