fix: pcap webshark upload error 响应错误码
This commit is contained in:
@@ -60,6 +60,9 @@ public enum RCode {
|
|||||||
WORKSPACE_VISIBILITY_ERROR(401008, "workspace visibility error"),
|
WORKSPACE_VISIBILITY_ERROR(401008, "workspace visibility error"),
|
||||||
WORKSPACE_BUILT_IN(401009, "Built-in workspace cannot be update"),
|
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"); // 成功
|
SUCCESS(200, "success"); // 成功
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user