删除无用日志类型

This commit is contained in:
2026-04-25 11:36:00 +08:00
parent 07be576c06
commit 45aebc0071

View File

@@ -34,7 +34,6 @@ public enum LogBusBaseType implements LogBusType {
HTTP(80, "Http工具"),
HTTP_REQUEST(81, "Http请求"),
HTTP_RESPONSE(82, "Http响应"),
HTTP_404(83, "Http404"),
// Cloud
CLOUD_REQUEST(85, "Cloud请求"),
CLOUD_RESPONSE(86, "Cloud响应"),