From 8e45d8b458daed9a2d073fd137f32057508c9b0f Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 31 十月 2019 16:14:12 +0800 Subject: [PATCH] add StatisticTaskCamera --- extend/code/code.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extend/code/code.go b/extend/code/code.go index 9ca61bb..7027f13 100644 --- a/extend/code/code.go +++ b/extend/code/code.go @@ -60,4 +60,5 @@ ComError = &Code{http.StatusInternalServerError, false, ""} ClusterNodesEmpty = &Code{http.StatusOK, true, "闆嗙兢鑺傜偣涓虹┖"} + AddTaskErr = &Code{http.StatusInternalServerError, false, "姝ゅ浗鏍囨憚鍍忔満宸插湪鍏跺畠鏈嶅姟鍣ㄩ厤缃换鍔★紒"} ) -- Gitblit v1.8.0