fix: pcap webshark upload error 响应错误码

This commit is contained in:
zhangshuai
2024-08-15 17:54:17 +08:00
parent f14763512e
commit c57ade402f

View File

@@ -60,6 +60,9 @@ public enum RCode {
WORKSPACE_VISIBILITY_ERROR(401008, "workspace visibility error"),
WORKSPACE_BUILT_IN(401009, "Built-in workspace cannot be update"),
//PCAP
PCAP_UPLOAD_WEB_SHARK_ERROR(501001, "web shark upload pcap error"),
SUCCESS(200, "success"); // 成功