liuxiaolong
2019-10-31 8e45d8b458daed9a2d073fd137f32057508c9b0f
extend/code/code.go
@@ -60,4 +60,5 @@
   ComError = &Code{http.StatusInternalServerError, false, ""}
   ClusterNodesEmpty = &Code{http.StatusOK, true, "集群节点为空"}
   AddTaskErr = &Code{http.StatusInternalServerError, false, "此国标摄像机已在其它服务器配置任务!"}
)