# batch_webhook_request **Repository Path**: overtimemaster/batch_webhook_request ## Basic Information - **Project Name**: batch_webhook_request - **Description**: 批量提交 webhook 请求 - **Primary Language**: Go - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-10 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 批量提交 webhook 请求 在根目录下新建 `config.json` 配置内容如下: ``` { "ip_prefix":"192.168.0.", //IP前半段 "ip_number_start":"1", //IP最后一段起始数字 "ip_number_end":"68", //IP最后一段结束数字 "bat_name_list":"update_start,clearTmp", //要执行的bat文件名 "webhook_token":"papapa", //webhook token "end":"最后一段没有逗号,只是用来占位" } ``` 运行前记得把注释删掉